<xr>

<xr> (교차 참조 구) 현재 또는 다른 텍스트에서 다른 위치를 지시하는 구, 문장, 또는 아이콘을 포함한다. [9.3.5.3 Cross-References to Other Entries]
모듈 dictionaries — Dictionaries
속성
type⚓︎ 다양한 유형으로 교차 참조 유형을 나타낸다.
Derived from att.typed
상태 권고적
자료 유형 teidata.enumerated
샘플 값은 다음을 포함한다 Sample values include:
syn
(유의어) 유의어 정보에 대한 교차 참조
etym
(어원적) 어원 정보
cf
(비교 또는 참고) 관련된 또는 유사한 용어
illus
(그림) 물체의 그림
클럽 회원
에 의해 포함된
core: cit
namesdates: nym
포함할 수 있다
dictionaries: lang lbl oRef pRef usg
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
주석

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.

<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>
<entry>
 <form>
  <orth>lawful</orth>
 </form>
 <xr type="syn">SYN. see <ref>legal</ref>
 </xr>
</entry>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.inter"/>
  <elementRef key="usg"/>
  <elementRef key="lbl"/>
  <classRef key="model.global"/>
 </alternate>
</content>
선언
<rng:element name="xr">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.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.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   (
      text
    | model.gLikemodel.phrasemodel.interusglblmodel.global
   )*
}