<?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-16 00:51:19 +0000 (Fri, 16 Jan 2009) $
  $Id: person.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="namesdates" ident="person">
  <equiv/>
  <gloss version="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 version="2007-12-20" xml:lang="kr">예를 들어 언어 상호작용의 참여자 또는 역사적 문헌에서 언급된 사람과 같이 식별가능한 개인에 관한 정보를 제공한다.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">提供一個已知人物的相關資料，例如語言互動中的參與者、或是歷史來源中提及的人物。</desc>
  <desc version="2008-04-05" xml:lang="ja"> 特定可能な個人の情報を示す．例えば，言語交流の参加者，歴史資料中で参 照される人物など． </desc>
  <desc version="2008-12-09" 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 version="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 version="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.editLike"/>
    <memberOf key="model.personLike"/>
  </classes>
  <content>
    <rng:choice xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:oneOrMore>
        <rng:ref name="model.pLike"/>
      </rng:oneOrMore>
      <rng:zeroOrMore>
        <rng:choice>
          <rng:ref name="model.personPart"/>
          <rng:ref name="model.global"/>
        </rng:choice>
      </rng:zeroOrMore>
    </rng:choice>
  </content>
  <attList>
    <attDef ident="role" usage="opt">
      <equiv/>
      <desc>specifies a primary role or classification for the person.</desc>
      <desc version="2007-12-20" xml:lang="kr">사람에 대한 주요 역할 또는 분류를 명시한다.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">說明該人物的主要角色或分類。</desc>
      <desc version="2008-04-05" xml:lang="ja"> 当該人物の第一位の役割や分類を示す． </desc>
      <desc version="2008-12-09" xml:lang="fr">précise un rôle principal ou une classification principale pour cette personne</desc>
      <desc version="2007-05-04" xml:lang="es">establece el rol o la clasificación primaria de una persona.</desc>
      <desc version="2007-01-21" xml:lang="it">stabilisce il ruolo o la classificazione primaria di una persona</desc>
      <datatype maxOccurs="unbounded">
        <rng:ref xmlns:rng="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 version="2008-12-09" 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 version="2007-12-20" xml:lang="kr">사람의 성을 명시한다.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">指出該人物的性別。</desc>
      <desc version="2008-04-05" xml:lang="ja"> 当該人物の性別を示す． </desc>
      <desc version="2008-12-09" xml:lang="fr">précise le sexe de la personne</desc>
      <desc version="2007-05-04" xml:lang="es">especifica el sexo de una persona.</desc>
      <desc version="2007-01-21" xml:lang="it">indica il sesso di una persona</desc>
      <datatype>
        <rng:ref xmlns:rng="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 version="2007-12-20" xml:lang="kr">사람의 연령군을 명시한다.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">指出該人物所屬的年齡層。</desc>
      <desc version="2008-04-05" xml:lang="ja"> 当該人物の年齢層を示す． </desc>
      <desc version="2008-12-09" xml:lang="fr">précise une tranche d'âge pour la personne</desc>
      <desc version="2007-05-04" xml:lang="es">especifica un intervalo de edad para una persona.</desc>
      <desc version="2007-01-21" xml:lang="it">indica la fascia di età di una persona</desc>
      <datatype>
        <rng:ref xmlns:rng="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" version="2008-12-09">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>, and <val>senior</val>.</valDesc>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="2" age="mid">
        <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 xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="2" age="mid">
        <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>
    <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 version="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>
