예: <catRef> (category reference)
These search results reproduce every example of the use of <catRef> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <catRef> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.
2 The TEI Header
2.3.7 The Classification Declaration
<catRef target="#b.a4 #b.d2"
scheme="http://www.example.com/browncorpus"/>
<catRef target="http://www.example.com/SUC/#A45"/>
scheme="http://www.example.com/browncorpus"/>
<catRef target="http://www.example.com/SUC/#A45"/>
<taxonomy>
<category xml:id="acprose">
<catDesc>Academic prose</catDesc>
</category>
<!-- other categories here -->
</taxonomy>
<!-- ... -->
<textClass>
<catRef target="#acprose"/>
<classCode scheme="http://www.udcc.org">001.9</classCode>
<keywords scheme="http://authorities.loc.gov">
<list>
<item>End of the world</item>
<item>History - philosophy</item>
</list>
</keywords>
</textClass>
<category xml:id="acprose">
<catDesc>Academic prose</catDesc>
</category>
<!-- other categories here -->
</taxonomy>
<!-- ... -->
<textClass>
<catRef target="#acprose"/>
<classCode scheme="http://www.udcc.org">001.9</classCode>
<keywords scheme="http://authorities.loc.gov">
<list>
<item>End of the world</item>
<item>History - philosophy</item>
</list>
</keywords>
</textClass>
<taxonomy>
<category xml:id="zh-tw_chineseliterature">
<catDesc>中國文學</catDesc>
</category>
<!-- 其他文類 -->
</taxonomy>
<!-- ... -->
<textClass>
<catRef target="#zh-tw_chineseliterature"/>
<classCode scheme="http://www.ncl.edu.tw/">820</classCode>
<keywords scheme="http://authorities.loc.gov">
<list>
<item>傷痕文學</item>
<item>語文類</item>
</list>
</keywords>
</textClass>
<category xml:id="zh-tw_chineseliterature">
<catDesc>中國文學</catDesc>
</category>
<!-- 其他文類 -->
</taxonomy>
<!-- ... -->
<textClass>
<catRef target="#zh-tw_chineseliterature"/>
<classCode scheme="http://www.ncl.edu.tw/">820</classCode>
<keywords scheme="http://authorities.loc.gov">
<list>
<item>傷痕文學</item>
<item>語文類</item>
</list>
</keywords>
</textClass>
<catRef scheme="#myTopics"
target="#news #prov #sales2"/>
<!-- elsewhere -->
<taxonomy xml:id="myTopics">
<category xml:id="news">
<catDesc>Newspapers</catDesc>
</category>
<category xml:id="prov">
<catDesc>Provincial</catDesc>
</category>
<category xml:id="sales2">
<catDesc>Low to average annual sales</catDesc>
</category>
</taxonomy>
target="#news #prov #sales2"/>
<!-- elsewhere -->
<taxonomy xml:id="myTopics">
<category xml:id="news">
<catDesc>Newspapers</catDesc>
</category>
<category xml:id="prov">
<catDesc>Provincial</catDesc>
</category>
<category xml:id="sales2">
<catDesc>Low to average annual sales</catDesc>
</category>
</taxonomy>
<catRef scheme="#mesTopos"
target="#fr_lex #fr_dict #fr_gloss"/>
<!-- ailleurs dans le document -->
<taxonomy xml:id="mesTopos">
<category xml:id="fr_lexique">
<catDesc>Lexique</catDesc>
</category>
<category xml:id="fr_dict">
<catDesc>Dictionnaire</catDesc>
</category>
<category xml:id="fr_gloss">
<catDesc>Glossaire</catDesc>
</category>
</taxonomy>
target="#fr_lex #fr_dict #fr_gloss"/>
<!-- ailleurs dans le document -->
<taxonomy xml:id="mesTopos">
<category xml:id="fr_lexique">
<catDesc>Lexique</catDesc>
</category>
<category xml:id="fr_dict">
<catDesc>Dictionnaire</catDesc>
</category>
<category xml:id="fr_gloss">
<catDesc>Glossaire</catDesc>
</category>
</taxonomy>
<catRef target="#zh-tw_news #zh-tw_prov #zh-tw_sales2"/>
<!-- elsewhere -->
<taxonomy>
<category xml:id="zh-tw_news">
<catDesc>報紙</catDesc>
</category>
<category xml:id="zh-tw_prov">
<catDesc>全省的</catDesc>
</category>
<category xml:id="zh-tw_sales2">
<catDesc>低於每年平均銷售額</catDesc>
</category>
</taxonomy>
<!-- elsewhere -->
<taxonomy>
<category xml:id="zh-tw_news">
<catDesc>報紙</catDesc>
</category>
<category xml:id="zh-tw_prov">
<catDesc>全省的</catDesc>
</category>
<category xml:id="zh-tw_sales2">
<catDesc>低於每年平均銷售額</catDesc>
</category>
</taxonomy>