<category>

<category> contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. 2.3.6 The Classification Declaration
Moduleheader — 2 The TEI Header
AttributesGlobal attributes only
Used by
May contain
core: desc gloss
header: catDesc category
tagdocs: altIdent equiv
Declaration

<rng:element name="category">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:choice>
  <rng:ref name="catDesc"/>
  <rng:zeroOrMore>
   <rng:ref name="model.glossLike"/>
  </rng:zeroOrMore>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:ref name="category"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element category
{
   att.global.attributes,
   ( ( catDesc | model.glossLike* ), category* )
}
Example
<category xml:id="b1">
 <catDesc>Prose reportage</catDesc>
</category>
Example
<category xml:id="b2">
 <catDesc>Prose
 </catDesc>
 <category xml:id="b11">
  <catDesc>reportage</catDesc>
 </category>
 <category xml:id="b12">
  <catDesc>fiction</catDesc>
 </category>
</category>