<zone>
| <zone> defines a rectangular area contained within a surface element. | |
| Module | transcr — 11 Representation of Primary Sources | 
| Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) | 
| Used by | |
| Contained by | transcr: surface | 
| May contain | |
| Declaration | 
 element zone { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.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. | 
