<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="#news #prov #sales2"/>
<!-- elsewhere --> <taxonomy> <category xml:id="news"> <catDesc>Newspapers</catDesc> </category> <category xml:id="prov"> <catDesc>Provincial</catDesc> </category> <category xml:id="sales2"> <catDesc>Low to average annual sales</catDesc> </category> </taxonomy> |
||||||||
Note |
L'attribut scheme n'est donné que si plus d'une taxinomie a été déclarée.
|