<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]
Moduletranscr
Attributes
Member of
Contained by
core: teiCorpus
textstructure: TEI
May contain
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.

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>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <classRef key="model.global"/>
  <classRef key="model.graphicLike"/>
  <elementRef key="surface"/>
  <elementRef key="surfaceGrp"/>
 </alternate>
</content>
Schema Declaration
element sourceDoc
{
   tei_att.global.attributes,
   tei_att.declaring.attributes,
   ( tei_model.global | tei_model.graphicLike | tei_surface | tei_surfaceGrp )+
}