<surface>

<surface> defines a written surface in terms of a rectangular coordinate space, optionally grouping one or more graphic representations of that space, and rectangular zones of interest within it.
組件 transcr — 11 Representation of Primary Sources
除全域屬性以外 att.coordinated (@start, @ulx, @uly, @lrx, @lry) att.declaring (@decls)
屬於
可包含
figures: formula
tagdocs: altIdent equiv
transcr: zone
宣告

<rng:element name="surface">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.coordinated.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.glossLike"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.graphicLike"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="zone"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element surface
{
   att.global.attributes,
   att.coordinated.attributes,
   att.declaring.attributes,
   ( model.glossLike*, model.graphicLike*, zone* )
}
例子
<facsimile>
 <surface
   ulx="0"
   uly="0"
   lrx="200"
   lry="300">

  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>