<catRef>
<catRef> (category reference) 分類法やテキスト分類中の,ひとつ以上の分類項目を定義する. [2.4.3 The Text Classification] | |||||||
モジュール | header — The TEI Header | ||||||
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate)
| ||||||
上位 | |||||||
下位 | 空要素 | ||||||
解説 | 当該属性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 } |