<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 — The TEI Header
Attributs
scheme⚓︎ identifie le schéma de classification dans lequel est défini le jeu de catégories concerné.
Statut Optionel
Type de données teidata.pointer
Contenu dans
core: imprint
header: textClass
Peut contenir Elément vide
Note

L'attribut scheme n'est donné que si plus d'une taxinomie a été déclarée.

Exemple
<catRef scheme="#mesTopos"
 target="#fr_lex #fr_dict #fr_gloss"/>

<!-- ailleurs dans le document -->
<taxonomy xml:id="mesTopos">
 <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>
Modèle de contenu
<content>
 <empty/>
</content>
Schéma Declaration
<rng:element name="catRef">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element catRef
{
   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.pointing.attributes,
   attribute scheme { teidata.pointer }?,
   empty
}