<catRef>
<catRef> (分類の参照) 分類法やテキスト分類中の、ひとつ以上の分類項目を定義する。 [2.4.3 The Text Classification] | |||||||
モジュール | header — The TEI Header | ||||||
属性 |
|
||||||
上位 | |||||||
下位 | 空要素 | ||||||
解説 |
当該属性sdchemeは、複数の分類法が宣言されている場合にのみ、必要と なる。 |
||||||
例 |
<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> |
||||||
Content model |
<content> |
||||||
宣言 |
<rng:element name="catRef"> element catRef { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.pointing.attributes, attribute scheme { teidata.pointer }?, empty } |