<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]
Moduleheader — 2 The TEI Header
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.pointing (@targetLang, @target, @evaluate)
schemeidentifie le schéma de classification dans lequel est défini le jeu de catégories concerné.
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs Peut fournir l'identifiant de l'élément <taxonomy >associé.
Utilisé par
Contenu dans
header: textClass
Peut contenirElément vide
Declaration

<rng:element name="catRef">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element catRef
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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.