TEI Lex-0

— A baseline encoding for lexicographic data

12.1.121. <sourceDesc>

<sourceDesc> (source description) describes the source(s) from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as ‘born digital’ for a text which has no previous existence. [2.2.7. The Source Description]
Moduleheader — Specification
Attributes
Contained by
header: fileDesc
May contain
core: listBibl
Example
<sourceDesc>
 <biblStruct>
  <listBibl type="dictionaries">
   <biblStruct>
    <monogr>
     <author>
      <surname>Miklosich</surname>
      <forename>Franz</forename>
     </author>
     <title>Lexicon Palaeoslovenico-Graeco-Latinum</title>
     <imprint>
      <publisher>Guilelmus Braumueller</publisher>
      <pubPlace>Vindobonae</pubPlace>
      <date>1862</date>
     </imprint>
    </monogr>
   </biblStruct>
  </listBibl>
 </biblStruct>
</sourceDesc>
Schematron
<sch:pattern is-a="declarable"> <sch:param name="tde"  value="tei:sourceDesc"/> </sch:pattern>
Content model
<content>
 <elementRef key="listBibl" minOccurs="1"
  maxOccurs="unbounded"/>
</content>
    
Schema Declaration

element sourceDesc
{
   att.global.attributes,
   att.declarable.attributes,
   listBibl+
}