<catRef>
<catRef> (類目參照) 標明在某分類法或文件類型學中,一個或多個已定義之類目。 2.4.3 The Text Classification | |||||||||
組件 | header — 2 The TEI Header | ||||||||
除全域屬性以外 | att.pointing (@target, @evaluate)
|
||||||||
屬於 | |||||||||
可包含 | 空白元素 | ||||||||
宣告 |
element catRef { att.global.attributes, att.pointing.attributes, attribute scheme { data.pointer }?, empty } |
||||||||
例子 |
<catRef
target="#zh-tw_news #zh-tw_prov #zh-tw_sales2"/> <!-- elsewhere --> <taxonomy> <category xml:id="zh-tw_news"> <catDesc>報紙</catDesc> </category> <category xml:id="zh-tw_prov"> <catDesc>全省的</catDesc> </category> <category xml:id="zh-tw_sales2"> <catDesc>低於每年平均銷售額</catDesc> </category> </taxonomy> |