<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óduloheader — 2 The TEI Header
Atributos
schemeidentifican el vocabulario con el que se define el conjunto de palabras clave referidas.
Estado Necesario
Tipo de datos
data.pointer
Valores Usually this will indicate an external website or other location where the scheme is documented.
Used bytextClass
May contain
core: list term
Declaración
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>