<zone>

<zone> defines a rectangular area contained within a surface element.
Moduletranscr — 11 Representation of Primary Sources
Attributes att.coordinated (@ulx, @uly, @lrx, @lry)
Used by
May contain
Declaration

<rng:element name="zone">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.coordinated.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:ref name="model.graphicLike"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element zone
{
   att.global.attributes,
   att.coordinated.attributes,
   ( model.glossLike*, model.graphicLike* )
}
Example
<facsimile>
 <surface
   ulx="50"
   uly="20"
   lrx="400"
   lry="280">

  <zone
    ulx="0"
    uly="0"
    lrx="500"
    lry="321">

   <graphic url="graphic.png "/>
  </zone>
 </surface>
</facsimile>
Note
The position of every zone for a given surface is always defined by reference to the coordinate system defined for that surface. Any graphic element contained by a zone represents the whole of the zone.