<zone>
<zone> define el área rectangular de la <superficie>. | |
Módulo | transcr — 11 Representation of Primary Sources |
Atributos | 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) |
Usado por | |
Contenido en | transcr: surface |
Puede contener | |
Declaración |
element zone { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.coordinated.attributes, ( model.glossLike*, model.graphicLike* ) } |
Ejemplo |
<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> |