<category>

<category> (category) contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. The Classification Declaration]
Module header
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Contained by
May contain
core: desc gloss
Examples

<category xml:id="b1">
   
<catDesc>Prose reportage</catDesc>
</category>

<category xml:id="b2">
   
<catDesc>Prose </catDesc>
   
<category xml:id="b11">
      
<catDesc>journalism</catDesc>
   
</category>
   
<category xml:id="b12">
      
<catDesc>fiction</catDesc>
   
</category>
</category>

<category xml:id="LIT">
   
<catDesc xml:lang="pl">literatura piękna</catDesc>
   
<catDesc xml:lang="en">fiction</catDesc>
   
<category xml:id="LPROSE">
      
<catDesc xml:lang="pl">proza</catDesc>
      
<catDesc xml:lang="en">prose</catDesc>
   
</category>
   
<category xml:id="LPOETRY">
      
<catDesc xml:lang="pl">poezja</catDesc>
      
<catDesc xml:lang="en">poetry</catDesc>
   
</category>
   
<category xml:id="LDRAMA">
      
<catDesc xml:lang="pl">dramat</catDesc>
      
<catDesc xml:lang="en">drama</catDesc>
   
</category>
</category>
Source Github

<elementSpec module="header" ident="category">
   
<gloss>category</gloss>
   
<desc>contains an individual descriptive category, possibly nested within a superordinate
 category, within a user-defined taxonomy.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<content>
      
<sequence>
         
<alternate>
            
<elementRef key="catDesc" minOccurs="1" maxOccurs="unbounded"/>
            
<alternate minOccurs="0" maxOccurs="unbounded">
               
<classRef key="model.descLike"/>
               
<elementRef key="equiv"/>
               
<elementRef key="gloss"/>
            
</alternate>
         
</alternate>
         
<elementRef key="category" minOccurs="0" maxOccurs="unbounded"/>
      
</sequence>
   
</content>
</elementSpec>