<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. [11.1 Digital Facsimiles 11.2.2 Embedded Transcription] | |||||||||||||||
Modul | transcr — Representation of Primary Sources | ||||||||||||||
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.declaring (@decls) att.typed (@type, @subtype)
| ||||||||||||||
Enthalten in | transcr: facsimile sourceDoc surface surfaceGrp zone | ||||||||||||||
Kann enthalten | figures: figure formula notatedMusic | ||||||||||||||
Deklaration |
element surface { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.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* )* ) } | ||||||||||||||
Beispiel | <facsimile> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> </facsimile> |