<sourceDesc>

<sourceDesc> (descripción de la fuente) proporciona una descripción del texto (o textos) fuente del que un texto electrónico deriva o ha sido generado. 2.2.7 The Source Description
Módulo header — 2 The TEI Header
Además de los atributos globales att.declarable (@default)
Usado por
Puede contener
header: biblFull
linking: ab
msdescription: msDesc
textcrit: listWit
Declaración

<rng:element name="sourceDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="model.biblLike"/>
    <rng:ref name="model.sourceDescPart"/>
    <rng:ref name="model.listLike"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element sourceDesc
{
   att.global.attributes,
   att.declarable.attributes,
   (
      model.pLike+
    | ( model.biblLike | model.sourceDescPart | model.listLike )+
   )
}
Ejemplo
<sourceDesc>
 <bibl>
  <title level="a">The Interesting story of the Children in the Wood</title>. In
 <author>Victor E Neuberg</author>, <title>The Penny Histories</title>.
 <publisher>OUP</publisher>
  <date>1968</date>. </bibl>
</sourceDesc>
Ejemplo
<sourceDesc>
 <p>Born digital: no previous source exists.</p>
</sourceDesc>