<surface>
<surface> 직사각형의 좌표 공간과 그 내부에서 기록 표면부를 정의한다. 수의적으로 그 공간의 하나 이상의 그림 표상과 관심 있는 직사각형 공간을 모아놓는다. [11.1 Digital Facsimiles 11.2.2 Embedded Transcription] | |||||||||||||||
모듈 | transcr — Representation of Primary Sources | ||||||||||||||
속성 | 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)
| ||||||||||||||
에 의해 포함된 | transcr: facsimile sourceDoc surface surfaceGrp zone | ||||||||||||||
포함할 수 있다 | figures: figure formula notatedMusic | ||||||||||||||
선언 |
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* )* ) } | ||||||||||||||
예 | <facsimile> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> </facsimile> |