<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date: 2012-08-10 02:42:14 +0100 (Fri, 10 Aug 2012) $
$Id: keywords.xml 10736 2012-08-10 01:42:14Z kshawkin $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="keywords">
  <equiv/>
  <gloss versionDate="2009-04-28" xml:lang="fr">mot-clé</gloss>
  <desc>contains a list of keywords or phrases identifying the topic or nature of a text.</desc>
  <desc versionDate="2009-01-05" xml:lang="fr">contient une liste de mots-clés ou d’expressions
    décrivant la nature ou le sujet d’un texte.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">텍스트의 주제 또는 특성을 식별하는 주제어 또는 구의 목록을 포함한다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">包含標明文件主題或性質的關鍵詞或字詞列表。</desc>
  <desc versionDate="2008-04-05" xml:lang="ja"> テキストの話題や性格を特定するキーワードや句のリストを示す． </desc>
  <desc versionDate="2006-10-18" xml:lang="de">enthält Zusammenstellung von Schlüsselwörtern oder
    –phrasen zu Art und Thematik des Textes.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">contiene una lista de palabras clave o sintagmas que
    identifican la temática o la naturaleza del texto.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene una lista delle parole chiave o frasi che
    identificano l'argomento o la natura di un testo.</desc>
  <classes>
    <memberOf key="att.global"/>
  </classes>
  <content>
    <choice xmlns="http://relaxng.org/ns/structure/1.0">
      <oneOrMore>
        <ref name="term"/>
      </oneOrMore>
      <ref name="list"/>
    </choice>
  </content>
  <attList>
    <attDef ident="scheme" usage="opt">
      <equiv/>
      <desc>identifies the controlled vocabulary within which the set of keywords concerned is
        defined. </desc>
      <desc versionDate="2009-01-05" xml:lang="fr">désigne la liste close de mots dans lequel l'ensemble
        des mots-clés concernés est défini. </desc>
      <desc versionDate="2007-12-20" xml:lang="ko">관련 키워드 집합이 정의된 통제 어휘를 식별하며, 이 정의는 통제 어휘 내에서 수행된다.</desc>
      <desc versionDate="2007-05-02" xml:lang="zh-TW">標明相關關鍵詞所使用到的詞彙範圍。</desc>
      <desc versionDate="2008-04-05" xml:lang="ja"> 当該キーワードリストが定義されている統制語彙を示す． </desc>
      <desc versionDate="2006-10-18" xml:lang="de">gibt das festgesetzte Vokabular an, mit dem die
        zusammengestellten Schlüsselwörter definiert sind.</desc>
      <desc versionDate="2007-05-04" xml:lang="es">identifican el vocabulario con el que se define el
        conjunto de palabras clave referidas.</desc>
      <desc versionDate="2007-01-21" xml:lang="it">identifica il vocabolario controllato all'interno del
        quale sono definite le parole chiave.</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.pointer"/>
      </datatype>
      <valDesc>may point to a local definition, for example in a <gi>taxonomy</gi> element, or more
        usually to some external location where the scheme is fully defined.</valDesc>
      <valDesc xml:lang="fr">peut pointer vers une définition locale, par exemple dans un élément
        <gi>taxonomy</gi>, ou de manière plus générale, vers un emplacement externe où le shéma est
        entièrement défini.</valDesc>
      </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <keywords scheme="http://classificationweb.net">
        <term>Babbage, Charles</term>
        <term>Mathematicians - Great Britain - Biography</term>
      </keywords>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
<keywords>
  <term>Fermented beverages</term>
  <term>Central Andes</term>
  <term>Schinus molle</term>
  <term>Molle beer</term>
  <term>Indigenous peoples</term>
  <term>Ethnography</term>
  <term>Archaeology</term>
</keywords>
</egXML></exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <keywords scheme="#fr_RAMEAU">
          <term>Littérature française -- 20ème siècle -- Histoire et critique</term>
          <term>Littérature française -- Histoire et critique -- Théorie, etc.</term>
          <term>Français (langue) -- Style -- Bases de données.</term>
      </keywords>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <keywords scheme="http://classificationweb.net">
          <term>李白</term>
          <term>詩人 - 唐代 - 傳記</term>
      </keywords>
    </egXML>
  </exemplum>
  <remarks>
    <p>Each individual  keyword (including compound subject headings) should
be supplied as a <gi>term</gi> element directly within the
<gi>keywords</gi>  element. An alternative usage, in which each
<gi>term</gi> appears within a <gi>item</gi> inside a <gi>list</gi> is
permitted for backwards compatibility, but is deprecated.</p>
<p>If no control list exists for the keywords used, then no value
should be supplied for the <att>scheme</att> attribute.</p>
  </remarks>
  <listRef>
    <ptr target="#HD43"/>
  </listRef>
</elementSpec>
