<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 |
Used by | |
May contain | |
Declaration |
element category { att.global.attributes, ( ( catDesc | model.glossLike* ), category* ) } |
Example | |
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> |