<encodingDesc>

<encodingDesc> (description de l'encodage) documente la relation d'un texte électronique avec sa ou ses sources. 2.3 The Encoding Description 2.1.1 The TEI Header and its Components
Module header — 2 The TEI Header
Utilisé par
Peut contenir
Declaration

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