<keywords>

<keywords> 包含標明文件主題或性質的關鍵詞或字詞列表。 2.4.3 The Text Classification
組件header — 2 The TEI Header
屬性
scheme標明相關關鍵詞所使用到的詞彙範圍。
狀態 必備的
資料類型
data.pointer
Usually this will indicate an external website or other location where the scheme is documented.
屬於textClass
可包含
core: list term
宣告
element keywords
{
   att.global.attributes,
   attribute scheme { data.pointer },
   ( term+ | list )
}
例子
<keywords scheme="http://classificationweb.net">
 <list>
  <item>Babbage, Charles</item>
  <item>Mathematicians - Great Britain - Biography</item>
 </list>
</keywords>