<catRef>
<catRef> (Référence à la catégorie) spécifie une ou plusieurs catégories définies dans une taxinomie ou une typologie textuelle. 2.4.3 The Text Classification | |||||||||
Module | header — 2 The TEI Header | ||||||||
En complément des attributs globaux | att.pointing (@target, @evaluate)
|
||||||||
Utilisé par | |||||||||
Peut contenir | Elément vide | ||||||||
Declaration |
element catRef { att.global.attributes, att.pointing.attributes, attribute scheme { data.pointer }?, empty } |
||||||||
Exemple |
<catRef target="#fr_lex #fr_dict #fr_gloss"/>
<taxonomy> <category xml:id="fr_lexique"> <catDesc>Lexique</catDesc> </category> <category xml:id="fr_dict"> <catDesc>Dictionnaire</catDesc> </category> <category xml:id="fr_gloss"> <catDesc>Glossaire</catDesc> </category> </taxonomy> |
||||||||
Note |
L'attribut scheme n'est donné que si plus d'une taxinomie a été déclarée.
|