<reg>

<reg> (régularisation) contient une leçon qui a été régularisée ou normalisée de façon quelconque [3.4.2 Regularization and Normalization 12 Critical Apparatus]
Modulecore — 3 Elements Available in All TEI Documents
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.editLike (@evidence, @source, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.responsibility (@cert, @resp)) att.typed (@type, @subtype)
Utilisé par
Contenu dans
Peut contenir
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Declaration

<rng:element name="reg">
 <rng:ref name="att.global.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.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element reg
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.responsibility.attributes,
   att.typed.attributes,
   macro.paraContent
}
Exemple

Si on veut attirer l'attention sur le fait que le texte a été régularisé, reg est utilisé seul :

<q>Prière de <reg>frapper </reg> si une <reg>réponse </reg> est <reg>exigée</reg>
</q>
Exemple

Il est également possible d'identifier l'auteur de la régularisation, et avec les éléments choice etorig, donner à la fois la lecture originale et la lecture régularisée.:

<q>Prière de <choice>
  <reg resp="#fr_LB">frapper</reg>
  <orig>farper</orig>
 </choice> si une <choice>
  <reg>réponse</reg>
  <orig>répouse</orig>
 </choice>est<choice>
  <reg>exigée</reg>
  <orig>exiguée</orig>
 </choice>
</q>