<category>
<category> 在使用者定義之分類法當中,此元素包含一項個別的描述性類目,該類目可能位於一個更上層的類目之中。 2.3.6 The Classification Declaration | |
組件 | header — 2 The TEI Header |
屬性 | |
屬於 | |
可包含 | |
宣告 |
element category { att.global.attributes, ( ( catDesc | model.glossLike* ), category* ) } |
例子 | <category xml:id="b1"> <catDesc>Prose reportage</catDesc> </category> |
例子 | <category xml:id="b2"> <catDesc>Prose </catDesc> <category xml:id="b11"> <catDesc>reportage</catDesc> </category> <category xml:id="b12"> <catDesc>fiction</catDesc> </category> </category> |