<normalization>

<normalization> (normalisation) indique l'extension de la normalisation ou de la régularisation effectuée sur le texte source dans sa conversion vers sa forme électronique. 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
Module header — 2 The TEI Header
En complément des attributs globaux att.declarable (@default)
source indique l’autorité pour toute normalisation effectuée.
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs pointe vers une description bibliographique ou vers toute autre ressource documentant les principes selon lesquels la normalisation a été appliquée.
method indique la méthode adoptée pour signaler les normalisations dans le texte.
Statut Optionel
Les valeurs autorisées sont:
silent
normalisation effectuée sans être mentionnée. [Valeur par défaut]
markup
la normalisation a été décrite en employant un codage
Utilisé par
Peut contenir
core: p
linking: ab
Declaration

<rng:element name="normalization">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:optional>
  <rng:attribute name="source">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="method" a:defaultValue="silent">
   <rng:choice>
    <rng:value>silent</rng:value>
    <rng:value>markup</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
</rng:element>
element normalization
{
   att.global.attributes,
   att.declarable.attributes,
   attribute source { data.pointer }?,
   attribute method { "silent" | "markup" }?,
   model.pLike+
}
Exemple
<editorialDecl>
 <normalization method="markup">
  <p>Where both upper- and lower-case i, j, u, v, and vv have been normalized, to modern
     20th century typographical practice, the <gi>choice</gi> element has been used to
     enclose <gi>orig</gi> and <gi>reg</gi> elements giving the original and new values
     respectively. ... </p>
 </normalization>
 <normalization method="silent">
  <p>Spacing between words and following punctuation has been regularized to zero spaces;
     spacing between words has been regularized to one space.</p>
 </normalization>
 <normalization source="http://www.dict.sztaki.hu/webster">
  <p>Spelling converted throughout to Modern American usage, based on Websters 9th
     Collegiate dictionary.</p>
 </normalization>
</editorialDecl>