<category>
<category> (category) contiene una categoría descriptiva individual, posiblemente anidada dentro de una categoría superior, dentro de una taxonomía definida por el usuario. [2.3.7 The Classification Declaration] | |
Módulo | header — The TEI Header |
Atributos |
|
Contenido en | |
Puede contener | |
Ejemplo | |
Ejemplo |
<category xml:id="b2">
<catDesc>Prose </catDesc> <category xml:id="b11"> <catDesc>journalism</catDesc> </category> <category xml:id="b12"> <catDesc>fiction</catDesc> </category> </category> |
Ejemplo |
<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> |
Content model |
<content> |
Declaración |
<rng:element name="category"> element category { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.datcat.attributes, ( ( catDesc+ | ( model.descLike | equiv | gloss )* ), category* ) } |