<keywords>

<keywords> enthält Zusammenstellung von Schlüsselwörtern oder –phrasen zu Art und Thematik des Textes. 2.4.3 The Text Classification
Modulheader — 2 The TEI Header
Attribute
schemegibt das festgesetzte Vokabular an, mit dem die zusammengestellten Schlüsselwörter definiert sind.
Zustand Obligatorisch
Datentyp
data.pointer
Werte Usually this will indicate an external website or other location where the scheme is documented.
Verwendet vontextClass
Kann enthalten
core: list term
Deklaration
element keywords
{
   att.global.attributes,
   attribute scheme { data.pointer },
   ( term+ | list )
}
Beispiel
<keywords scheme="http://classificationweb.net">
 <list>
  <item>Babbage, Charles</item>
  <item>Mathematicians - Great Britain - Biography</item>
 </list>
</keywords>