<xr>

<xr> (sintagma de referencia cruzada) contiene un sintagma, oración o icono referido al lector hacia alguna otro punto de este u otro texto. [9.3.5.3 Cross-References to Other Entries]
Módulodictionaries — Dictionaries
Atributosatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat))
typeindica el tipo de referencia cruzada aplicando una tipología funcional. Posibles valores: 1] syn(synonym) ; 2] etym(etymological) ; 3] cf(compare or consult) ; 4] illus(illustration)
Estado Recomendado
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Posibles valores:
syn
(referencia cruzada a información sinónima) referencia cruzada para la información de un sinónimo
etym
(información etimológica) información etimológica
cf
(término relativo o similar) término relacionado o similar
illus
(ilustración de un objeto) ilustración de un objeto
Miembro de
Contenido en
core: cit
namesdates: nym
Puede contener
dictionaries: lang lbl oRef oVar pRef pVar usg
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Declaración

<rng:element name="xr">
 <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.lexicographic.attributes"/>
 <rng:ref name="att.datcat.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="model.phrase"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="usg"/>
   <rng:ref name="lbl"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element xr
{
   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.lexicographic.attributes,
   att.datcat.attributes,
   attribute type { data.enumerated }?,
   (
      text
    | model.gLikemodel.phrasemodel.interusglblmodel.global
   )*
}
Ejemplo
<entry>
 <form>
  <orth>lavage</orth>
 </form>
 <etym>[Fr. < <mentioned>laver</mentioned>; L. <mentioned>lavare</mentioned>, to wash;
 <xr>see <ref>lather</ref>
  </xr>]. </etym>
</entry>
Ejemplo
<entry>
 <form>
  <orth>lawful</orth>
 </form>
 <xr type="syn">SYN. see <ref>legal</ref>
 </xr>
</entry>