<catRef>

<catRef> (類目參照) 標明在某分類法或文件類型學中,一個或多個已定義之類目。 2.4.3 The Text Classification
組件 header — 2 The TEI Header
除全域屬性以外 att.pointing (@target, @evaluate)
scheme 標明該分類架構,其中相關的類目群組已被定義
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
May supply the identifier of the associated taxonomy element.
屬於
可包含 空白元素
宣告

<rng:element name="catRef">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element catRef
{
   att.global.attributes,
   att.pointing.attributes,
   attribute scheme { data.pointer }?,
   empty
}
例子
<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>