<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 — 9 Dictionaries
Atributos att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeindica el tipo de referencia cruzada aplicando una tipología funcional.
Estado Recomendado
Tipo de datos
data.enumerated
Posibles valores:
syn
(referencia cruzada a información sinónima) cross reference for synonym information
etym
(información etimológica) etymological information
cf
(término relativo o similar) related or similar term
illus
(ilustración de un objeto) illustration of an object
Used byetym model.entryPart.top model.entryPart
May contain
Declaración
element xr
{
   att.global.attributes,
   att.lexicographic.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>
Nota
May contain character data and phrase-level elements; usually contains a <ref> or a <ptr> element.
This element encloses both the actual indication of the location referred to, which may be tagged using the <ref> or <ptr> elements, and any accompanying material which gives more information about why the reader is being referred there.