<reg>

<reg> (一般化) 標誌一般化或規格化處理過的文字。 3.4.2 Regularization and Normalization 12 Critical Apparatus
組件core — 3 Elements Available in All TEI Documents
屬性 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,
   att.dimensions.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>