Example: <surfaceGrp>

These search results reproduce every example of the use of <surfaceGrp> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <surfaceGrp> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

11 Representation of Primary Sources


11.1 Digital Facsimiles

<facsimile>
 <surfaceGrp n="leaf1">
  <surface>
   <graphic url="page1.png"/>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
  </surface>
 </surfaceGrp>
</facsimile>

<sourceDoc>

<sourceDoc>
 <surfaceGrp n="leaf1">
  <surface facs="page1.png">
   <zone>All the writing on page 1</zone>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
   <zone>
    <line>A line of writing on page 2</line>
    <line>Another line of writing on page 2</line>
   </zone>
  </surface>
 </surfaceGrp>
</sourceDoc>

<surfaceGrp>

<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>

11.5 Aspects of Layout

<sourceDoc>
 <surfaceGrp type="quiren="1">
  <surfaceGrp type="leafn="1">
   <surface type="recton="1r">
<!-- ... -->
   </surface>
   <surface type="verson="1v">
<!-- ... -->
   </surface>
  </surfaceGrp>
  <surfaceGrp type="leafn="2">
   <surface type="recton="2r">
<!-- ... -->
   </surface>
   <surface type="verson="2v">
<!-- ... -->
   </surface>
  </surfaceGrp>
<!-- other leaves in first quire -->
 </surfaceGrp>
<!-- other quires here -->
</sourceDoc>

3 Elements Available in All TEI Documents


<graphic>

<facsimile>
 <surfaceGrp n="leaf1">
  <surface>
   <graphic url="page1.png"/>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
  </surface>
 </surfaceGrp>
</facsimile>