<reg>

<reg> (一般化) 標誌一般化或規格化處理過的文字。 [3.5.2 Regularization and Normalization 12 Critical Apparatus]
組件 core — Elements Available in All TEI Documents
屬性
俱乐部会员
可包含在於
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 pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
例子
<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>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣告
<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.global.source.attributes"/>
 <rng:ref name="att.editLike.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.global.source.attributes,
   att.editLike.attributes,
   att.typed.attributes,
   macro.paraContent
}