<xr>

<xr> (frase di riferimento incrociato) contiene un sintagma, una frase o un'icona che rimanda il lettore ad un altra porzione di questo o altro testo. 9.3.5.3 Cross-References to Other Entries
Modulodictionaries — 9 Dictionaries
Attributi att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeindica il tipo di riferimento incrociato secondo una tipologia funzionale
Stato Consigliato
Tipo di dati
data.enumerated
I valori esemplificativi includono:
syn
(sinonimo) riferimento incrociato per informazione sui sinomimi
etym
(etimologico) informazione etimologica
cf
(confronta o consulta) termine collegato o simile
illus
(illustrazione) illustrazione di un oggetto
Usato daetym model.entryPart.top model.entryPart
Può contenere
Dichiarazione
element xr
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   (
      text
    | model.gLikemodel.phrasemodel.interusglblmodel.global
   )*
}
Esempio
<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>
Esempio
<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.