<normalization>

<normalization> (normalization) 전자 형식으로 변환할 때 수행된 원본 텍스트의 표준화 또는 규칙화의 정도를 표시한다. [2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements]
모듈 header — The TEI Header
속성
method⚓︎ 텍스트의 표준화를 표시하기 위해 채택한 방법론을 제시한다.
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
silent
표준화가 드러나게 표시되지 않았다. [기본값]
markup
표준화가 마크업을 사용하여 표시되었다.
클럽 회원
에 의해 포함된
포함할 수 있다
core: p
linking: ab
<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>
Content model
<content>
 <classRef key="model.pLikeminOccurs="1"
  maxOccurs="unbounded"/>

</content>
선언
<rng:element name="normalization">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <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.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declarable.attributes,
   attribute method { "silent" | "markup" }?,
   model.pLike+
}