<category>

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