<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]
Moduletranscr
Attributes
Contained by
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="0uly="0lrx="200"
   lry="300">

   <graphic url="Bovelles-49r.png"/>
  </surface>
  <surface ulx="0uly="0lrx="200"
   lry="300">

   <graphic url="Bovelles-49v.png"/>
  </surface>
 </surfaceGrp>
</sourceDoc>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <classRef key="model.global"/>
  <elementRef key="surface"/>
  <elementRef key="surfaceGrp"/>
 </alternate>
</content>
Schema Declaration
element surfaceGrp
{
   tei_att.global.attributes,
   tei_att.declaring.attributes,
   tei_att.typed.attributes,
   ( tei_model.global | tei_surface | tei_surfaceGrp )+
}