<category>
<category> 分類の解説.入れ子にすることができる.自由に規定してよい. 2.3.6 The Classification Declaration | |
モジュール | header — 2 The TEI Header |
属性 | |
当該モジュールを使用するもの | category taxonomy |
下位 | |
宣言 | 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> |