<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date: 2009-01-22 08:08:58 +0000 (Thu, 22 Jan 2009) $
$Id: attList.xml 5464 2009-01-22 08:08:58Z ge8 $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="tagdocs" ident="attList">
  <equiv/>
  <gloss version="2007-06-12" xml:lang="fr">liste d'attributs</gloss>
  <desc>contains documentation for all the attributes associated with this element, as a series of
      <gi>attDef</gi> elements.</desc>
  <desc version="2007-12-20" xml:lang="kr">일련의 <gi>attDef</gi> 요소로서, 이 요소와 연관된 모든 속성에 대한 기록을 포함한다.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">包含所有和此元素相關的屬性記錄，使用一連串的元素<gi>attDef</gi>。</desc>
  <desc version="2008-04-05" xml:lang="ja"> 当該要素に関する全ての属性に関する文書を，一連の要素<gi>attDef</gi> で示す． </desc>
  <desc version="2007-06-12" xml:lang="fr">contient la documentation pour tous les attributs
    associés à cet élément comme une série d'éléments <gi>attDef</gi>. </desc>
  <desc version="2007-05-04" xml:lang="es">contiene documentación relativa a todos los atributos
    asociados con este elemento bajo forma de series de elementos attDef.</desc>
  <desc version="2007-01-21" xml:lang="it">contiene la documentazione relativa agli attributi
    associati all'elemento in questione sotto forma di una serie di elementi attDef</desc>
  <content>
    <rng:oneOrMore xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:choice>
        <rng:ref name="attRef"/>
        <rng:ref name="attDef"/>
        <rng:ref name="attList"/>
      </rng:choice>
    </rng:oneOrMore>
  </content>
  <attList>
    <attDef ident="org">
      <gloss>organization</gloss>
      <gloss version="2007-12-20" xml:lang="kr">조직</gloss>
      <gloss version="2008-04-06" xml:lang="es">organización</gloss>
      <gloss version="2007-06-12" xml:lang="fr">conditions d'utilisation</gloss>
      <gloss version="2007-11-06" xml:lang="it">organizzazione</gloss>
      <desc>specifies whether all the attributes in the list are available (org="group") or only one
        of them (org="choice")</desc>
      <desc version="2007-12-20" xml:lang="kr">목록의 모든 속성이 이용가능하거나(org="group") 그 중 하나만 이용가능한지를 명시한다.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">標明是否列表中的全部屬性皆可使用 (org="group") 、或是僅可使用其中一個
        (org="choice")。</desc>
      <desc version="2008-04-05" xml:lang="ja"> リスト中の属性が全て使用できるか(org="group")，またはその1つだけ
        が使用できるか(org="choice")を示す． </desc>
      <desc version="2007-06-12" xml:lang="fr">précise si les attributs dans la liste sont tous
        disponibles (org="group") ou seulement l'un d'entre eux (org="choice"). </desc>
      <desc version="2007-05-04" xml:lang="es">indica si los atributos contenidos en la lista son
        todos disponibles (org="grupo") o si es disponible sólo uno (org="elección")</desc>
      <desc version="2007-01-21" xml:lang="it">indica se gli attributi contenuti nella lista sono
        tutti disponibili (org="gruppo") o se ne è disponibile solo uno (org="scelta")</desc>
      <defaultVal>group</defaultVal>
      <valList type="closed">
        <valItem ident="group">
          <equiv/>
          <desc>grouped</desc>
          <desc version="2007-12-20" xml:lang="kr">그룹화된</desc>
          <desc version="2007-05-02" xml:lang="zh-tw">集合使用</desc>
          <desc version="2008-04-06" xml:lang="es">agrupado</desc>
          <desc version="2008-04-05" xml:lang="ja"> 全て． </desc>
          <desc version="2008-03-30" xml:lang="fr">tous les attributs de la liste sont disponibles.
           </desc>
          <desc version="2007-01-21" xml:lang="it">raggruppati</desc>
        </valItem>
        <valItem ident="choice">
          <equiv/>
          <desc>alternated</desc>
          <desc version="2007-12-20" xml:lang="kr">교체가능한</desc>
          <desc version="2007-05-02" xml:lang="zh-tw">擇一使用</desc>
          <desc version="2008-04-06" xml:lang="es">alternado</desc>
          <desc version="2008-04-05" xml:lang="ja"> ひとつを選択． </desc>
          <desc version="2008-03-30" xml:lang="fr">un seul des attributs de la liste est disponible. </desc>
          <desc version="2007-01-21" xml:lang="it">alternati</desc>
        </valItem>
      </valList>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <attList>
        <attDef ident="type" usage="opt">
          <equiv/>
          <desc>type of schema</desc>
          <datatype>
            <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
          </datatype>
        </attDef>
      </attList>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <attList>
        <attDef ident="type" usage="opt">
          <equiv/>
          <desc>文件模型的種類</desc>
          <datatype>
            <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
          </datatype>
        </attDef>
      </attList>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#TDTAG"/>
    <ptr target="#TDCLA"/>
  </listRef>
</elementSpec>
