<category>

<category> 在使用者定義之分類法當中,此元素包含一項個別的描述性類目,該類目可能位於一個更上層的類目之中。 [2.3.7 The Classification Declaration]
組件header — 2 The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
屬於
可包含在於
可包含
core: desc gloss
tagdocs: altIdent equiv
宣告

<rng:element name="category">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:group>
  <rng:choice>
   <rng:oneOrMore>
    <rng:ref name="catDesc"/>
   </rng:oneOrMore>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="model.descLike"/>
     <rng:ref name="model.glossLike"/>
    </rng:choice>
   </rng:zeroOrMore>
  </rng:choice>
  <rng:zeroOrMore>
   <rng:ref name="category"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element category
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( ( catDesc+ | ( model.descLike | model.glossLike )* ), category* )
}
例子
<category xml:id="zh-tw_b1">
 <catDesc>報導文學</catDesc>
</category>
例子
<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>