<reg>

<reg> (regularization) contains a reading which has been regularized or normalized in some sense. [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)) att.editLike (evidence) att.typed (type)
Member of
Contained by
May contain
Examples If all that is desired is to call attention to the fact that the copy text has been regularized, reg may be used alone:

<q>Please <reg>knock</reg> if an <reg>answer</reg> is <reg>required</reg>
</q>
It is also possible to identify the individual responsible for the regularization, and, using the choice and orig elements, to provide both the original and regularized readings:

<q>Please <choice>
      
<reg resp="#LB">knock</reg>
      
<orig>cnk</orig>
   
</choice> if an <choice>
      
<reg>answer</reg>
      
<orig>nsr</orig>
   
</choice> is <choice>
      
<reg>required</reg>
      
<orig>reqd</orig>
   
</choice>
</q>
Source Github

<elementSpec module="core" ident="reg">
   
<gloss>regularization</gloss>
   
<desc>contains a reading which has been regularized or normalized in some sense.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.pPart.transcriptional"/>
      
<memberOf key="model.choicePart"/>
      
<memberOf key="att.editLike"/>
      
<memberOf key="att.typed"/>
   
</classes>
   
<content>
      
<macroRef key="macro.paraContent"/>
   
</content>
</elementSpec>