<surface>
<surface> defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them. | |||||||||||||||
Module | transcr — 11 Representation of Primary Sources | ||||||||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @style, @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.global.change (@change)) att.coordinated (@start, @ulx, @uly, @lrx, @lry) att.declaring (@decls) att.typed (@type, @subtype)
| ||||||||||||||
Member of | |||||||||||||||
Contained by | transcr: facsimile sourceDoc surface surfaceGrp zone | ||||||||||||||
May contain | figures: figure formula notatedMusic textcrit: witDetail | ||||||||||||||
Declaration |
element surface { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.coordinated.attributes, att.declaring.attributes, att.typed.attributes, attribute attachment { data.enumerated }?, attribute flipping { data.truthValue }?, ( ( model.global | model.labelLike | model.graphicLike )*, ( ( zone | line | surface | surfaceGrp ), model.global* )* ) } | ||||||||||||||
Example | <facsimile> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> </facsimile> | ||||||||||||||
Note | The surface element represents any two-dimensional space on some physical surface forming part of the source material, such as a piece of paper, a face of a monument, a billboard, a scroll, a leaf etc. The coordinate space defined by this element may be thought of as a grid lrx - ulx units wide and uly - lry units high. The surface element may contain graphic representations or transcriptions of written zones, or both. The coordinate values used by every zone element contained by this element are to be understood with reference to the same grid. Where it is useful or meaningful to do so, any grouping of multiple surface elements may be indicated using the surfaceGrp elements. |