<oRef>

<oRef> (referencia ortografía) en un diccionario, indica la forma ortográfica de un lema. [9.4 Headword and Pronunciation References]
Módulo dictionaries — Dictionaries
Atributos
type⚓︎ indica el tipo de modificación tipográfica hecha en el lema en la referencia.
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
cap
(capital) indica la primera letra dada como mayúscula
noHyph
(ningún guión) indica que el lema, aunque sea un prefijo o un sufijo, no contiene su guión
Miembro de
Contenido en
analysis: cl phr s
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
Puede contener
dictionaries: oRef
gaiji: g
datos de caracteres
Ejemplo
<entry>
 <form>
  <orth>academy</orth>
 </form>
 <cit type="example">
  <quote>The Royal <oRef type="cap"/> of Arts</quote>
 </cit>
</entry>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="oRef"/>
 </alternate>
</content>
Declaración
<rng:element name="oRef">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.notated.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.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 oRef
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   att.pointing.attributes,
   att.notated.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   ( text | model.gLike | oRef )*
}