<orig>

<orig> (原文格式) 標誌原文中呈現出的文字,並未經過任何修改或規格化處理。 3.4.2 Regularization and Normalization 12 Critical Apparatus
組件core — 3 Elements Available in All TEI Documents
屬性
屬於 model.pPart.transcriptional model.choicePart
可包含
宣告
element orig { att.global.attributes, macro.paraContent }
例子

If all that is desired is to call attention to the original version in the copy text, <orig> may be used alone:

<l>But this
will be a <orig>meere</orig> confusion</l>
<l>And hardly shall we all be <orig>vnderstoode</orig>
</l>
例子

More usually, an <orig> will be combined with a regularized form within a <choice> element:

<l>But this
will be a <choice>
  <orig>meere</orig>
  <reg>mere</reg>
 </choice> confusion</l>
<l>And hardly shall we all be <choice>
  <orig>vnderstoode</orig>
  <reg>understood</reg>
 </choice>
</l>