<keywords>

<keywords> contiene una lista de palabras clave o sintagmas que identifican la temática o la naturaleza del texto. 2.4.3 The Text Classification
Módulo header — 2 The TEI Header
Además de los atributos globales
scheme identifican el vocabulario con el que se define el conjunto de palabras clave referidas.
Estado Necesario
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores Usually this will indicate an external website or other location where the scheme is documented.
Usado por
Puede contener
core: list term
Declaración

<rng:element name="keywords">
 <rng:ref name="att.global.attributes"/>
 <rng:attribute name="scheme">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="term"/>
  </rng:oneOrMore>
  <rng:ref name="list"/>
 </rng:choice>
</rng:element>
element keywords
{
   att.global.attributes,
   attribute scheme { data.pointer },
   ( term+ | list )
}
Ejemplo
<keywords scheme="http://classificationweb.net">
 <list>
  <item>Babbage, Charles</item>
  <item>Mathematicians - Great Britain - Biography</item>
 </list>
</keywords>