<encodingDesc>

<encodingDesc> (編碼描述) 記錄電子文件和其ㄧ個或多個文件來源之間的關係。 2.3 The Encoding Description 2.1.1 The TEI Header and its Components
組件header — 2 The TEI Header
屬性
屬於
可包含
宣告

<rng:element name="encodingDesc">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.encodingPart"/>
   <rng:ref name="model.pLike"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:group>
</rng:element>
element encodingDesc
{
   att.global.attributes,
   ( ( model.encodingPart | 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>