<oRef>

<oRef> (riferimento alla forma ortografica) nell'esempio in un dizionario, indica un riferimento alla forma (forme) ortografica del lemma. [9.4 Headword and Pronunciation References]
Modulodictionaries — 9 Dictionaries
Attributiatt.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.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat)) att.pointing (@targetLang, @target, @evaluate)
typeindica il tipo di modifica tipografica del lemma in un riferimento.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
I valori esemplificativi includono:
cap
(maiuscola) indica che la prima lettera è data come maiuscola.
noHyph
(nessun trattino) indica che il lemma, sebbene prefisso o suffisso, perde il trattino
Usato da
Contenuto in
Può contenereElemento vuoto
Dichiarazione

<rng:element name="oRef">
 <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:empty/>
</rng:element>
element oRef
{
   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 }?,
   empty
}
Esempio
<entry>
 <form>
  <orth>academy</orth>
 </form>
 <cit type="example">
  <quote>The Royal <oRef type="cap"/> of Arts</quote>
 </cit>
</entry>