<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. | |
Module | transcr — 11 Representation of Primary Sources |
Attributes | 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.declaring (@decls) |
Used by | |
Contained by | textstructure: TEI |
May contain | figures: figure formula notatedMusic textcrit: witDetail |
Declaration |
element sourceDoc { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.declaring.attributes, ( ( model.global | model.graphicLike | surface | surfaceGrp )+ ) } |
Example | <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> |
Note | This element may be used as an alternative to
facsimile for TEI documents containing only page images, or
for documents containing both images and
transcriptions. Transcriptions may be provided within the
surface elements making up a source document, in parallel
with them as part of a text element, or in both places if
the encoder wishes to distinguish these two modes of transcription. |