<keywords>

<keywords> contiene una lista delle parole chiave o frasi che identificano l'argomento o la natura di un testo. 2.4.3 The Text Classification
Moduloheader — 2 The TEI Header
Attributi
schemeidentifica il vocabolario controllato all'interno del quale sono definite le parole chiave.
Stato Richiesto
Tipo di dati
data.pointer
Valori Usually this will indicate an external website or other location where the scheme is documented.
Usato datextClass
Può contenere
core: list term
Dichiarazione
element keywords
{
   att.global.attributes,
   attribute scheme { data.pointer },
   ( term+ | list )
}
Esempio
<keywords scheme="http://classificationweb.net">
 <list>
  <item>Babbage, Charles</item>
  <item>Mathematicians - Great Britain - Biography</item>
 </list>
</keywords>