<?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-09-16 16:31:12 +0100 (Sun, 16 Sep 2012) $
  $Id: person.xml 10818 2012-09-16 15:31:12Z louburnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="namesdates" ident="person">
  <equiv/>
  <gloss versionDate="2008-12-09" xml:lang="fr">personne</gloss>
  <desc>provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a
        historical source.</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="2009-03-19" xml:lang="fr">fournit des informations sur un individu identifiable, par exemple un participant à une interaction
        linguistique, ou une personne citée dans une source historique.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">proporciona información relativa a un individuo específico, p.ej. un participante de una interacción
        verbal o una persona identificada por una fuente histórica.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">fornisce informazioni relative a un soggetto specifico, come i partecipanti a un'interazione verbale o le
        persone identificate da una fonte storica</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.editLike"/>
    <memberOf key="model.personLike"/>
    <memberOf key="att.sortable"/>
  </classes>
  <content>
    <choice xmlns="http://relaxng.org/ns/structure/1.0">
      <oneOrMore>
        <ref name="model.pLike"/>
      </oneOrMore>
      <zeroOrMore>
        <choice>
          <ref name="model.personPart"/>
          <ref name="model.global"/>
        </choice>
      </zeroOrMore>
    </choice>
  </content>
  <attList>
    <attDef ident="role" usage="opt">
      <equiv/>
      <desc>specifies a primary role or classification for the person.</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="2009-03-19" xml:lang="fr">précise un rôle principal ou une classification principale pour cette personne.</desc>
      <desc versionDate="2007-05-04" xml:lang="es">establece el rol o la clasificación primaria de una persona.</desc>
      <desc versionDate="2007-01-21" xml:lang="it">stabilisce il ruolo o la classificazione primaria di una persona</desc>
      <datatype maxOccurs="unbounded">
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valDesc>the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file</valDesc>
      <valDesc versionDate="2009-03-19" xml:lang="fr">la valeur de l'attribut doit être choisie dans un jeu de mots-clé définis et documentés par
                l'utilisateur, déclarés dans un fichier de configuration.</valDesc>
    </attDef>
    <attDef ident="sex" usage="opt">
      <equiv/>
      <desc>specifies the sex of the person.</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="2009-03-19" xml:lang="fr">précise le sexe de la personne.</desc>
      <desc versionDate="2007-05-04" xml:lang="es">especifica el sexo de una persona.</desc>
      <desc versionDate="2007-01-21" xml:lang="it">indica il sesso di una persona</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.sex"/>
      </datatype>
    </attDef>
    <attDef ident="age" usage="opt">
      <equiv/>
      <desc>specifies an age group for the person.</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="2009-03-19" xml:lang="fr">précise une tranche d'âge pour la personne.</desc>
      <desc versionDate="2007-05-04" xml:lang="es">especifica un intervalo de edad para una persona.</desc>
      <desc versionDate="2007-01-21" xml:lang="it">indica la fascia di età di una persona</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valDesc>the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file;
                possibilities include <val>infant</val>, <val>child</val>, <val>teen</val>, <val>adult</val>, and <val>senior</val>.</valDesc>
      <valDesc xml:lang="fr" versionDate="2009-03-19">la valeur de l'attribut doit être choisie dans un jeu de mots-clé définis et documentés par
                l'utilisateur, déclarés dans un fichier de configuration. Parmi les options possibles, citons <val>nourrisson</val>,
                <val>enfant</val>, <val>adolescent</val>, <val>adulte</val>, et <val>senior</val>.</valDesc>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="2" age="adult">
        <p>Female respondent, well-educated, born in Shropshire UK, 12 Jan 1950, of unknown occupation. Speaks French fluently. Socio-Economic
                    status B2.</p>
      </person>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="2" age="adult">
        <p>Personne interrogée, de sexe féminin, instruite, née à Shropshire, au ROYAUME-UNI le 12
            Janvier 1950, d'occupation inconnue. Parle le français couramment. Statut
            socio-économique B2.</p>
      </person>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person xml:id="fr_Ovi01" sex="1" role="poet">
        <persName xml:lang="en">Ovid</persName>
        <persName xml:lang="la">Publius Ovidius Naso</persName>
        <birth when="-0044-03-20"> 20 March 43 BC<placeName><settlement type="city">Sulmona</settlement><country key="IT">Italie</country></placeName>
            </birth>
        <death notBefore="0017" notAfter="0018">17 or 18 AD<placeName><settlement type="city">Tomis (Constanta)</settlement><country key="RO">Roumanie</country></placeName>
            </death>
      </person>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="2" age="adult">
        <p>女性被告。1950年1月12日生於西藏，受過良好教育，職業不明。能說流利漢語，中產階級。</p>
      </person>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person xml:id="zh-tw_Ovi01" sex="1" role="poet">
        <persName xml:lang="en">Ovid</persName>
        <persName xml:lang="zh-TW">奧維德</persName>
        <birth when="-0044-03-20"> 西元前43年3月20日<placeName><settlement type="city">Sulmona</settlement><country key="IT">義大利</country></placeName>
            </birth>
        <death notBefore="0017" notAfter="0018">西元後17或18年<placeName><settlement type="city">Tomis (Constanta)</settlement><country key="RO">羅馬尼亞</country></placeName>
            </death>
      </person>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person xml:id="Ovi01" sex="1" role="poet">
        <persName xml:lang="en">Ovid</persName>
        <persName xml:lang="la">Publius Ovidius Naso</persName>
        <birth when="-0044-03-20"> 20 March 43 BC <placeName><settlement type="city">Sulmona</settlement><country key="IT">Italy</country></placeName>
            </birth>
        <death notBefore="0017" notAfter="0018">17 or 18 AD <placeName><settlement type="city">Tomis (Constanta)</settlement><country key="RO">Romania</country></placeName>
            </death>
      </person>
    </egXML>
  </exemplum>
  <remarks>
    <p rend="dataDesc">May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn
            from the <ident type="class">model.personPart</ident> class.</p>
  </remarks>
  <remarks versionDate="2008-12-09" xml:lang="fr">
    <p rend="dataDesc">Peut contenir soit une description en prose organisée en paragraphes, soit une suite d'éléments spécifiques relatifs à la
            démographie extraits de la classe <ident type="class">model.personPart</ident>.</p>
  </remarks>
  <remarks xml:lang="ja">
    <p rend="dataDesc"> 段落による散文の解説，またはクラス <ident type="class">model.personPart</ident>にある一連の人口統計要 素を含むかもしれない． </p>
  </remarks>
  <listRef>
    <ptr target="#CCAHPA"/>
  </listRef>
</elementSpec>
