<sourceDoc>

<sourceDoc> dossier génétique(生成文書)、あるいは資料のコレクションの一部を潜在的に形成し得る単一の資料文書の翻刻やその他の表現を含む。 [11.1 Digital Facsimiles 11.2.2 Embedded Transcription]
モジュール transcr — Representation of Primary Sources
属性
クラブのメンバー
上位
core: teiCorpus
textstructure: TEI
下位
解説

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.

<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>
宣言
<rng:element name="sourceDoc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <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:element>
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.global.source.attributes,
   att.declaring.attributes,
   ( model.global | model.graphicLike | surface | surfaceGrp )+
}