<category>
<category> contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. 2.3.6 The Classification Declaration | |
Module | header — 2 The TEI Header |
Attributes | Global attributes only |
Used by | category taxonomy |
May contain | |
Declaration |
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> |