<catRef>
<catRef> (category reference) specifies one or more defined categories within some taxonomy or text typology. [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.global.change (@change)) att.pointing (@target, @evaluate)
| ||||||||
屬於 | |||||||||
可包含在於 | header: textClass | ||||||||
可包含 | 空白元素 | ||||||||
宣告 |
element catRef { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.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> |