<reg>

<reg> (一般化) 標誌一般化或規格化處理過的文字。 [3.4.2 Regularization and Normalization 12 Critical Apparatus]
組件core — Elements Available in All TEI Documents
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.source (@source)) att.typed (@type, @subtype)
俱乐部会员
可包含在於
analysis: cl pc phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
可包含
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
宣告

<rng:element name="reg">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element reg
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.source.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>