<normalization>

<normalization> 元資料が電子形式に変換される施される正規化の程度を示す. 2.3.3 編集方法宣言 15.3.2 Declarable Elements
モジュールheader — 2 TEIヘダー
属性 att.declarable (@default)
source 正規化を施した責任者を示す.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
書誌情報記述または正規化の原則が記録された資料を示す.
method 当該テキストに施された正規化の方法を示す.
状態 任意
正当な値:
silent
正規化は,何も記さずに施された. [初期値]
markup
正規化は,マークアップで示されている.
当該モジュールを使用するもの
下位
core: p
linking: ab
宣言

<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="methoda: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+
}
<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>