<reg>

<reg> (一般化) 標誌一般化或規格化處理過的文字。 3.4.2 Regularization and Normalization 12 Critical Apparatus
組件 core — 3 Elements Available in All TEI Documents
除全域屬性以外 att.editLike (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp)) 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.ranging.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element reg
{
   att.global.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.responsibility.attributes,
   att.typed.attributes,
   macro.paraContent
}
例子
<q>你已經<reg>計劃</reg>我們<reg>下週</reg>旅遊的<reg>計畫</reg>了嗎?</q>
例子
<q>你已經 <choice>
  <reg>計劃</reg>
  <orig>計畫</orig>
 </choice> 我們 <choice>
  <reg>下週</reg>
  <orig>下周</orig>
 </choice> 旅遊的 <choice>
  <reg>計畫</reg>
  <orig>計劃</orig>
 </choice>了嗎?
</q>