<zone>
<zone> defines a rectangular area contained within a surface element. | |
Modul | transcr — 11 Representation of Primary Sources |
Attribute | att.coordinated (@ulx, @uly, @lrx, @lry) |
Verwendet von | |
Kann enthalten | |
Deklaration |
element zone { att.global.attributes, att.coordinated.attributes, ( model.glossLike*, model.graphicLike* ) } |
Beispiel | <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> |