<xr>

<xr> (cross-reference phrase) contains a phrase, sentence, or icon referring the reader to some other location in this or another text. 9.3.5.3 Cross-References to Other Entries
Moduldictionaries — 9 Dictionaries
Attribute att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeindicates the type of cross reference, using any convenient typology.
Zustand Empfohlen
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Beispielwerte sind etwa:
syn
(synonym) cross reference for synonym information
etym
(etymological) etymological information
cf
(compare or consult) related or similar term
illus
(illustration) illustration of an object
Verwendet von
Kann enthalten
Deklaration

<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
   )*
}
Beispiel
<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>
Beispiel
<entry>
 <form>
  <orth>lawful</orth>
 </form>
 <xr type="syn">SYN. see <ref>legal</ref>
 </xr>
</entry>