<surfaceGrp>
<surfaceGrp> (surface group) defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit. [11.1. Digital Facsimiles] | |
Module | transcr |
Attributes |
|
Contained by | transcr: facsimile sourceDoc surface surfaceGrp |
May contain | |
Note | Where it is useful or meaningful to do so, any grouping of multiple surface elements may be indicated using the surfaceGrp elements. |
Example | <sourceDoc> <surfaceGrp> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49v.png"/> </surface> </surfaceGrp> </sourceDoc> |
Content model | <content> |
Schema Declaration | element surfaceGrp { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, ( tei_model.global | tei_surface | tei_surfaceGrp )+ } |