<sourceDoc>
<sourceDoc> contains a transcription or other representation of a single source document potentially forming part of a dossier génétique or collection of sources. [11.1 Digital Facsimiles 11.2.2 Embedded Transcription] | |
Modulo | transcr — Representation of Primary Sources |
Attributi | 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.declaring (@decls) |
Membro del | |
Contenuto in | |
Può contenere | figures: figure formula notatedMusic |
Dichiarazione |
element sourceDoc { 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.declaring.attributes, ( ( model.global | model.graphicLike | surface | surfaceGrp )+ ) } |
Esempio | <sourceDoc> <surfaceGrp n="leaf1"> <surface facs="page1.png"> <zone>All the writing on page 1</zone> </surface> <surface> <graphic url="page2-highRes.png"/> <graphic url="page2-lowRes.png"/> <zone> <line>A line of writing on page 2</line> <line>Another line of writing on page 2</line> </zone> </surface> </surfaceGrp> </sourceDoc> |