<catRef>

<catRef> (Verweis auf eine Kategorie) gibt eine oder mehrere Kategorien an, die innerhalb einer Taxonomie oder Texttypologie definiert sind. 2.4.3 The Text Classification
Modulheader — 2 The TEI Header
Attribute
targetbestimmt die entsprechenden Kategorien
Zustand Obligatorisch
Datentyp 1–∞ occurrences of
data.pointer
separated by whitespace
Werte A series of one or more space-separated pointers (URIs) to <category> elements, typically located within a <taxonomy> element inside a TEI header
schemegibt das Klassifikationsschema an, in dem die entsprechenden Kategorien definiert sind.
Zustand Optional
Datentyp
data.pointer
Werte May supply the identifier of the associated <taxonomy> element.
Verwendet vontextClass
Kann enthaltenEmpty element
Deklaration
element catRef
{
   att.global.attributes,
   attribute target { list { data.pointer+ } },
   attribute scheme { data.pointer }?,
   empty
}
Beispiel
<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>
Anmerkung
The scheme attribute need be supplied only if more than one taxonomy has been declared