<keywords>

<keywords> contient une liste de mots-clés ou d’expressions décrivant la nature ou le sujet d’un texte. 2.4.3 The Text Classification
Moduleheader — 2 The TEI Header
Attributs
scheme identifie le vocabulaire contrôlé au sein duquel est défini l’ensemble de mots-clés concerné.
Statut Requis
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs Usually this will indicate an external website or other location where the scheme is documented.
Utilisé par
Peut contenir
core: list term
Declaration

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