<category>
<category> (catégorie) contient une catégorie descriptive particulière, éventuellement intégrée dans une catégorie de niveau supérieur, à l’intérieur d’une taxinomie définie par l’utilisateur. [2.3.7 The Classification Declaration] | |
Module | header — The TEI Header |
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Exemple | <category xml:id="fr_tax.a.d2"> <catDesc>Récits de voyage</catDesc> </category> <bibl>indexation selon le système d'indexation RAMEAU, géré par la Bibliothèque nationale de France</bibl> |
Exemple | <category xml:id="fr_b1"> <catDesc>Devinettes et énigmes </catDesc> <category xml:id="fr_b11"> <catDesc>Anagrammes </catDesc> </category> </category> |
Exemple | <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> |
Modèle de contenu | <content> |
Schéma Declaration | <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, ( ( catDesc+ | ( model.descLike | equiv | gloss )* ), category* ) } |