<textClass>
<textClass> (文件分類) 匯集以標準分類架構、索引典等來描述文件性質或主題的資訊。 [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.declarable (@default) |
屬於 | |
可包含在於 | header: profileDesc |
可包含 | |
宣告 |
element textClass { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.declarable.attributes, ( classCode | catRef | keywords )* } |
例子 | <taxonomy> <category xml:id="zh-tw_chineseliterature"> <catDesc>中國文學</catDesc> </category> <!-- 其他文類 --> </taxonomy> <!-- ... --> <textClass> <catRef target="#zh-tw_chineseliterature"/> <classCode scheme="http://www.ncl.edu.tw/">820</classCode> <keywords scheme="http://authorities.loc.gov"> <list> <item>傷痕文學</item> <item>語文類</item> </list> </keywords> </textClass> |