<catRef>
<catRef> 分類法やテキスト分類中の,ひとつ以上の分類項目を定義する. 2.4.3 The Text Classification | |||||||||
モジュール | header — 2 The TEI Header | ||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.pointing (@target, @evaluate)
| ||||||||
当該モジュールを使用するもの | |||||||||
上位 | header: textClass | ||||||||
下位 | 空要素 | ||||||||
宣言 |
element catRef { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.pointing.attributes, 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> | ||||||||
解説 |
当該属性sdchemeは,複数の分類法が宣言されている場合にのみ,必要と なる.
|