<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.
組件transcr — 11 Representation of Primary Sources
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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)
屬於
可包含在於
textstructure: TEI
可包含
宣告

<rng:element name="sourceDoc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:group>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="model.global"/>
    <rng:ref name="model.graphicLike"/>
    <rng:ref name="surface"/>
    <rng:ref name="surfaceGrp"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
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 )+ )
}
例子
<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>