<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]
Moduleheader — The TEI Header
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @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))
Membre du
Contenu dans
header: teiHeader
Peut contenir
Declaration

<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 )+ )
}
Exemple
<encodingDesc>
 <projectDesc>
  <p>Corpus de
     textes sélectionnés pour la formation MISAT, Frejus,
     juillet 2010.
  </p>
 </projectDesc>
 <samplingDecl>
  <p>Corpus
     d'échantillons de 2000 mots pris au début de chaque texte. </p>
 </samplingDecl>
</encodingDesc>