<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>