<orig>

<orig> (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.5.2. Regularization and Normalization 12. Critical Apparatus]
Module core
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Member of
Contained by
May contain
Examples 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>
Source Github

<elementSpec module="core" ident="orig">
   
<gloss>original form</gloss>
   
<desc>contains a reading which is marked as following the original, rather than being normalized
    or corrected.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.pPart.transcriptional"/>
      
<memberOf key="model.choicePart"/>
   
</classes>
   
<content>
      
<macroRef key="macro.paraContent"/>
   
</content>
</elementSpec>