<keywords>

<keywords> 包含標明文件主題或性質的關鍵詞或字詞列表。 [2.4.3 The Text Classification]
組件header — 2 The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
scheme標明相關關鍵詞所使用到的詞彙範圍。
狀態 必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
may point to a local definition, for example in a taxonomy element, or more usually to some external location where the scheme is fully defined.
屬於
可包含在於
header: textClass
可包含
core: list term
宣告

<rng:element name="keywords">
 <rng:ref name="att.global.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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute scheme { data.pointer },
   ( term+ | list )
}
例子
<keywords scheme="http://classificationweb.net">
 <term>李白</term>
 <term>詩人 - 唐代 - 傳記</term>
</keywords>