<catRef>

<catRef> (Référence de catégorie) spécifie une ou plusieurs catégories définies dans une taxinomie ou une typologie de textes. 2.4.3 The Text Classification
Moduleheader — 2 The TEI Header
Attributs
targetidentifie les catégories concernées.
Statut Requis
Type de données 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
séparé par un espace
Valeurs A series of one or more space-separated pointers (URIs) to category elements, typically located within a taxonomy element inside a TEI header
schemeidentifie le système de classification dans lequel le jeu de catégories concernées est défini
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs May supply the identifier of the associated taxonomy element.
Utilisé par
Peut contenirElément vide
Declaration

<rng:element name="catRef">
<rng:ref name="att.global.attributes"/>
<rng:attribute name="target">
 <rng:list>
  <rng:oneOrMore>
   <rng:ref name="data.pointer"/>
  </rng:oneOrMore>
 </rng:list>
</rng:attribute>
<rng:optional>
 <rng:attribute name="scheme">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:empty/>
</rng:element>
element catRef
{
   att.global.attributes,
   attribute target { list { data.pointer+ } },
   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 est obligatoire seulement si plusieurs taxinomies ont été déclarées