<sourceDesc>

<sourceDesc> (source description) supplies a description of the source text(s) from which an electronic text was derived or generated. 2.2.7 The Source Description
Moduleheader — 2 The TEI Header
Attributes att.declarable (@default)
Used bybiblFull fileDesc
May contain
header: biblFull
linking: ab
msdescription: msDesc
textcrit: listWit
Declaration

<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 )+
   )
}
Example
<sourceDesc>
 <p>No source: created in machine-readable form.</p>
</sourceDesc>