<catRef>

<catRef> (分類参照) 用語集やテキストの分類で使用される,1つ以上の分類法を 示す. 2.4.3 The Text Classification
モジュールheader — 2 The TEI Header
属性
target当該分類法を参照する.
状態 必須
データ型 1–∞ occurrences of
data.pointer
空白文字で区切られる
A series of one or more space-separated pointers (URIs) to <category> elements, typically located within a <taxonomy> element inside a TEI header
scheme当該分類法が規定されているスキームを示す.
状態 任意
データ型
data.pointer
May supply the identifier of the associated <taxonomy> element.
当該モジュールを使用するものtextClass
下位空要素
宣言
element catRef
{
   att.global.attributes,
   attribute target { list { data.pointer+ } },
   attribute scheme { data.pointer }?,
   empty
}
<catRef target="#news #prov #sales2"/>
<!-- elsewhere -->
<taxonomy>
 <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>
解説
The scheme attribute need be supplied only if more than one taxonomy has been declared