<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

<rng:ref name="data.enumerated"/>
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 da
Può contenere
Dichiarazione

<rng:element name="xr">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.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.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>