<reg>

<reg> (regularización) contiene una lectura que ha sido regularizada o normalizada en algún sentido. 3.4.2 Regularization and Normalization 12 Critical Apparatus
Módulocore — 3 Elements Available in All TEI Documents
Atributos att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) att.typed (@type, @subtype)
Usado por
Puede contener
Declaración

<rng:element name="reg">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="macro.paraContent"/>
</rng:element>
element reg
{
   att.global.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.typed.attributes,
   macro.paraContent
}
Ejemplo

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>
Ejemplo

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>