<keywords>

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

<rng:ref name="data.pointer"/>
data.pointer
一般には当該スキームが記録されている場所やwebサイトを示すために使われる.
当該モジュールを使用するもの
下位
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>