<oVar>

<oVar> (riferimento alla variante ortografica) nell'esempio in un dizionario, indica un riferimento alla variante (varianti) ortografica del lemma. [9 Dictionaries]
Modulodictionaries — 9 Dictionaries
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @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.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat)) att.pointing (@targetLang, @target, @evaluate)
typeindica il tipo di variante.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
I valori esemplificativi includono:
pt
(past tense)
pp
(participio passato)
prp
(participio presente)
f
(femminile)
pl
(plurale)
Usato da
Contenuto in
Può contenere
dictionaries: oRef
gaiji: g
Dichiarazione

<rng:element name="oVar">
 <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.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.pointing.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.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.pointing.attributes,
   attribute type { data.enumerated }?,
   ( text | model.gLike | oRef )*
}
Esempio
<entry>
 <form>
  <orth>take</orth>
 </form>
 <cit type="example">
  <quote>Mr Burton <oVar type="pt">took</oVar> us for French</quote>
 </cit>
</entry>