<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. | |||||||||||||||
組件 | transcr — 11 Representation of Primary Sources | ||||||||||||||
屬性 | 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.global.change (@change)) att.coordinated (@start, @ulx, @uly, @lrx, @lry) att.declaring (@decls) att.typed (@type, @subtype)
| ||||||||||||||
屬於 | |||||||||||||||
可包含在於 | transcr: facsimile sourceDoc surface surfaceGrp zone | ||||||||||||||
可包含 | figures: figure formula notatedMusic textcrit: witDetail | ||||||||||||||
宣告 |
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* )* ) } | ||||||||||||||
例子 | <facsimile> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> </facsimile> |