<xr>

<xr> (交互參照) 包含一字詞、句子、或圖象,用以參照到相同文本或不同文本中的其他位置。 9.3.5.3 Cross-References to Other Entries
組件dictionaries — 9 Dictionaries
屬性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type用合適的分類方法指出交互參照的種類。
狀態 推薦的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
syn
(synonym) 用合適的分類方法指出交互參照的種類。
etym
(etymological) 詞源資訊
cf
(compare or consult) 相關或相似的字詞
illus
(illustration) 物體圖像
屬於
可包含
宣告

<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
   )*
}
例子
<entry>
 <form>
  <orth></orth>
 </form>
 <etym>詩經.大雅.雲漢:<mentioned></mentioned>,病、使困苦;
 <xr>參見 <ref></ref>
  </xr></etym>
</entry>
例子
<entry>
 <form>
  <orth>lawful</orth>
 </form>
 <xr type="syn">同義詞:請見 <ref>legal</ref>
 </xr>
</entry>