<category>
<category> contiene una sola categoria descrittiva, possibilmente innestata in una categoria più generale, all'interno di una tassonomia definita dall'utente. 2.3.6 The Classification Declaration | |
Modulo | header — 2 The TEI Header |
Attributi | |
Usato da | |
Può contenere | |
Dichiarazione |
element category { att.global.attributes, ( ( catDesc | model.glossLike* ), category* ) } |
Esempio | <category xml:id="b1"> <catDesc>Prose reportage</catDesc> </category> |
Esempio | <category xml:id="b2"> <catDesc>Prose </catDesc> <category xml:id="b11"> <catDesc>reportage</catDesc> </category> <category xml:id="b12"> <catDesc>fiction</catDesc> </category> </category> |