<reg>

<reg> 正規化された読みを示す. 3.4.2 正規化 12 校本
モジュールcore — 3 コアモジュール
属性 att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) att.typed (@type, @subtype)
当該モジュールを使用するもの
下位
宣言

<rng:element name="reg">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="macro.paraContent"/>
</rng:element>
element reg
{
   att.global.attributes,
   att.editLike.attributes,
   macro.paraContent
}

元資料は正規化されていることに注目したい場合には,要素regを単独で使うこともできる.

<q>Please <reg>knock</reg> if an <reg>answer</reg> is <reg>required</reg>
</q>

当該正規化に責任を持つ個人を特定することができるのであれば,要素choiceorigを使い,元資料の解釈と正規化されたもの解釈の両方を示すことができる.

<q>Please <choice>
  <reg resp="#LB">knock</reg>
  <orig>cnk</orig>
 </choice> if an <choice>
  <reg>answer</reg>
  <orig>nsr</orig>
 </choice> is <choice>
  <reg>required</reg>
  <orig>reqd</orig>
 </choice>
</q>