<zone>
<zone> defines a rectangular area contained within a surface element. | |
Module | transcr — 11 Representation of Primary Sources |
Attributes | att.coordinated (@ulx, @uly, @lrx, @lry) |
Used by | |
May contain | |
Declaration |
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. |