<category>
<category> 在使用者定義之分類法當中,此元素包含一項個別的描述性類目,該類目可能位於一個更上層的類目之中。 [2.3.7 The Classification Declaration] | |
組件 | 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)) |
可包含在於 | |
可包含 | |
例子 | |
例子 | <category xml:id="zh-tw_b2"> <catDesc>散文 </catDesc> <category xml:id="zh-tw_b11"> <catDesc>報導性質</catDesc> </category> <category xml:id="zh-tw_b12"> <catDesc>虛構</catDesc> </category> </category> |
Content model | <content> |
宣告 | <rng:element name="category"> element category { 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, ( ( catDesc+ | ( model.descLike | model.glossLike )* ), category* ) } |