<catRef>

<catRef> (referencia de categoría) indica una o más categorías definidas al interno de una taxonomía o tipología textual. 2.4.3 The Text Classification
Móduloheader — 2 The TEI Header
Atributos
targetindica las categorias concernientes.
Estado Necesario
Tipo de datos 1–∞ occurrences of
data.pointer
separated by whitespace
Valores A series of one or more space-separated pointers (URIs) to <category> elements, typically located within a <taxonomy> element inside a TEI header
schemeindica el esquema de clasificación al interno del cual se define una serie de categorias referidas.
Estado Opcional
Tipo de datos
data.pointer
Valores May supply the identifier of the associated <taxonomy> element.
Used bytextClass
May containEmpty element
Declaración
element catRef
{
   att.global.attributes,
   attribute target { list { data.pointer+ } },
   attribute scheme { data.pointer }?,
   empty
}
Ejemplo
<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>
Nota
The scheme attribute need be supplied only if more than one taxonomy has been declared