<?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-04-18 20:14:25 +0100 (Wed, 18 Apr 2012) $
    $Id: listOrg.xml 10249 2012-04-18 19:14:25Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="namesdates" ident="listOrg">
  <gloss>list of organizations</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">조직 목록</gloss>
  <gloss versionDate="2008-04-06" xml:lang="es">lista de organizaciones</gloss>
  <gloss versionDate="2008-12-09" xml:lang="fr">liste d'organisations</gloss>
  <gloss versionDate="2007-11-06" xml:lang="it">elenco delle organizzazioni</gloss>
  <desc>contains a list of elements, each of which provides information about an identifiable
        organization. </desc>
  <desc versionDate="2007-12-20" xml:lang="ko">식별 가능한 조직에 관한 정보를 제공하며, 각각에 대한 기술 목록을 포함한다.</desc>
  <desc versionDate="2008-04-06" xml:lang="es">contiene una lista de descripciones, que proporciona a
        la información sobre una organización identificable. </desc>
  <desc versionDate="2008-04-05" xml:lang="ja"> 特定可能な団体に関する情報を示す解説のリストを示す． </desc>
  <desc versionDate="2008-12-09" xml:lang="fr">contient une liste d'éléments, chacun d'eux fournissant
        des informations sur une organisation identifiable.</desc>
  <desc versionDate="2007-11-06" xml:lang="it">contiene una lista di descrizioni, ognuna delle quali
        fornisce informazioni relative a una determinata organizzazione</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.typed"/>
    <memberOf key="att.declarable"/>
    <memberOf key="att.sortable"/>
    <memberOf key="model.listLike"/>
    <memberOf key="model.orgPart"/>
  </classes>
  <content>
    <rng:group>
      <rng:zeroOrMore>
        <rng:ref name="model.headLike"/>
      </rng:zeroOrMore>
      <rng:oneOrMore>
        <rng:choice>
          <rng:ref name="org"/>
          <rng:ref name="listOrg"/>
        </rng:choice>
      </rng:oneOrMore>
      <rng:zeroOrMore>
        <rng:choice>
          <rng:ref name="listRelation"/>
          <rng:ref name="relationGrp"/>
          <rng:ref name="relation"/>
        </rng:choice>
      </rng:zeroOrMore>
    </rng:group>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#ND-eg-99">
      <listOrg>
        <head>Libyans</head>
        <org>
          <orgName>Adyrmachidae</orgName>
          <desc>These people have, in most points, the same customs as the Egyptians, but
                        use the costume of the Libyans. Their women wear on each leg a ring made of
                        bronze [...] </desc>
        </org>
        <org>
          <orgName>Nasamonians</orgName>
          <desc>In summer they leave their flocks and herds upon the sea-shore, and go up
                        the country to a place called Augila, where they gather the dates from the
                        palms [...]</desc>
        </org>
        <org>
          <orgName>Garamantians</orgName>
          <desc>[...] avoid all society or intercourse with their fellow-men, have no
                        weapon of war, and do not know how to defend themselves. [...]</desc>
          <!-- ... -->
        </org>
      </listOrg>
    </egXML>
  </exemplum>
  <!-- adapted from Herodotus - edition available at
        http://www.fordham.edu/halsall/ancient/herod-libya1.html -->
  <remarks>
    <p rend="dataDesc">The type attribute may be used to distinguish lists of organizations of a
            particular type if convenient.</p>
  </remarks>
  <remarks versionDate="2008-12-09" xml:lang="fr">
    <p rend="dataDesc">L'attribut type peut être utilisé pour établir des listes par type
            d'organisation si cela présente un intérêt.</p>
  </remarks>
  <remarks xml:lang="ja">
    <p rend="dataDesc"> 属性typeは，特別な種類の組織を区別するために使われるかもしれない． </p>
  </remarks>
  <listRef>
    <ptr target="#NDORG"/>
  </listRef>
</elementSpec>
