<reg>

<reg> (一般化) 標誌一般化或規格化處理過的文字。 3.4.2 Regularization and Normalization 12 Critical Apparatus
組件core — 3 Elements Available in All TEI Documents
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) 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.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.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.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.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>