<editorialDecl>

<editorialDecl> (déclaration des pratiques éditoriales) donne des précisions sur les pratiques et les principes éditoriaux appliqués au cours de l’encodage du texte. 2.3.3 The Editorial Practices Declaration 2.3 The Encoding Description 15.3.2 Declarable Elements
Moduleheader — 2 The TEI Header
Attributsatt.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.declarable (@default)
Utilisé par
Contenu dans
header: encodingDesc
Peut contenir
Declaration

<rng:element name="editorialDecl">
 <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.declarable.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.pLike"/>
   <rng:ref name="model.editorialDeclPart"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element editorialDecl
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.declarable.attributes,
   ( model.pLike | model.editorialDeclPart )+
}
Exemple
<editorialDecl>
 <normalization>
  <p>Certains mots coupés par accident typographique en fin de ligne ont été réassemblés
     sans commentaire.</p>
 </normalization>
 <quotation marks="all" form="std">
  <p>Les "guillements français" ont été remplacée par des "guillemets droits" (sans
     symétrie)</p>
 </quotation>
</editorialDecl>