<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>