<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

<rng:ref name="data.pointer"/>
data.pointer
Valori Usually this will indicate an external website or other location where the scheme is documented.
Usato da
Può contenere
core: list term
Dichiarazione

<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 )
}
Esempio
<keywords scheme="http://classificationweb.net">
 <list>
  <item>Babbage, Charles</item>
  <item>Mathematicians - Great Britain - Biography</item>
 </list>
</keywords>