<catRef>
<catRef> (分類参照) 用語集やテキストの分類で使用される,1つ以上の分類法を 示す. 2.4.3 The Text Classification | |||||||||||||||||
モジュール | header — 2 The TEI Header | ||||||||||||||||
属性 |
| ||||||||||||||||
当該モジュールを使用するもの | 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 |