<encodingDesc>

<encodingDesc> (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. 2.3 The Encoding Description 2.1.1 The TEI Header and its Components
모듈header — 2 The TEI Header
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
에 의해 사용된
에 의해 포함된
header: teiHeader
포함할 수 있다
선언

<rng:element name="encodingDesc">
 <rng:ref name="att.global.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:group>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="model.encodingDescPart"/>
    <rng:ref name="model.pLike"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element encodingDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( ( model.encodingDescPart | model.pLike )+ )
}
<encodingDesc>
 <p>Basic encoding, capturing lexical information only. All
   hyphenation, punctuation, and variant spellings normalized. No
   formatting or layout information preserved.</p>
</encodingDesc>