<oVar>

<oVar> (référence de variante orthographique) dans un exemple de dictionnaire, indique une référence à une/des variante(s) orthographique(s) du mot-vedette. 9 Dictionaries
Module dictionaries — 9 Dictionaries
En complément des attributs globaux att.ptrLike.form (@target) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type indique le type de variante impliquée
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Exemple de valeurs possibles:
pt
(passé)
pp
(participe passé)
prp
(participe présent)
f
(féminin)
pl
(pluriel)
Utilisé par
Peut contenir
dictionaries: oRef
gaiji: g
Declaration

<rng:element name="oVar">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.ptrLike.form.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="oRef"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element oVar
{
   att.global.attributes,
   att.ptrLike.form.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   ( text | model.gLike | oRef )*
}
Exemple
<entry>
 <form>
  <orth>take</orth>
 </form>
 <cit type="example">
  <quote>Mr Burton <oVar type="pt">took</oVar> us for French</quote>
 </cit>
</entry>
Note
Caractères ouoRef.