<keywords>

<keywords> (mot clé) 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 — The TEI Header
Attributsatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
schemedésigne la liste close de mots dans lequel l'ensemble des mots-clés concernés est défini.
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Contenu dans
header: textClass
Peut contenir
core: list term
Declaration

<rng:element name="keywords">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="term"/>
  </rng:oneOrMore>
  <rng:ref name="list"/>
 </rng:choice>
</rng:element>
element keywords
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   attribute scheme { data.pointer }?,
   ( term+ | list )
}
Exemple
<keywords scheme="#fr_RAMEAU">
 <term>Littérature française -- 20ème siècle -- Histoire et critique</term>
 <term>Littérature française -- Histoire et critique -- Théorie, etc.</term>
 <term>Français (langue) -- Style -- Bases de données.</term>
</keywords>