<xr>

<xr> (renvoi) contient une expression, une phrase, ou une icône qui invite le lecteur à se référer à un autre endroit dans le même texte ou dans un autre texte. 9.3.5.3 Cross-References to Other Entries
Moduledictionaries — 9 Dictionaries
Attributs att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeindique le type de renvoi, en utilisant n'importe quelle typologie adaptée
Statut Recommendé
Type de données
data.enumerated
Exemple de valeurs possibles:
syn
(renvoi à des informations concernant un synonyme) cross reference for synonym information
etym
(information étymologique) etymological information
cf
(terme connexe ou semblable) related or similar term
illus
(illustration d'un objet) illustration of an object
Utilisé paretym model.entryPart.top model.entryPart
Peut contenir
Declaration
element xr
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   (
      text
    | model.gLikemodel.phrasemodel.interusglblmodel.global
   )*
}
Exemple
<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>
Exemple
<entry>
 <form>
  <orth>lawful</orth>
 </form>
 <xr type="syn">SYN. see <ref>legal</ref>
 </xr>
</entry>
Note
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.