<surface>
<surface> defines a written surface in terms of a rectangular coordinate space, optionally grouping one or more graphic representations of that space, and rectangular zones of interest within it. | |
Modul | transcr — 11 Representation of Primary Sources |
Attribute | 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) att.declaring (@decls) |
Verwendet von | |
Enthalten in | transcr: facsimile |
Kann enthalten | |
Deklaration |
element surface { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.coordinated.attributes, att.declaring.attributes, ( model.glossLike*, model.graphicLike*, zone* ) } |
Beispiel |
<facsimile>
<surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> </facsimile> |