<keywords>

<keywords> テキストの話題や性格を特定するキーワードや句のリストを示す. 2.4.3 The Text Classification
モジュール header — 2 The TEI Header
グローバル属性の他
scheme 当該キーワードリストが定義されている統制語彙を示す.
状態 必須
データ型

<rng:ref name="data.pointer"/>
data.pointer
Usually this will indicate an external website or other location where the scheme is documented.
当該モジュールを使用するもの
下位
core: list term
宣言

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