<?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$
  $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="namesdates" ident="person">
  <gloss versionDate="2008-12-09" xml:lang="fr">personne</gloss>
  <desc versionDate="2005-12-14" xml:lang="en">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">
      <desc versionDate="2005-12-14" xml:lang="en">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>
<remarks versionDate="2013-12-21" xml:lang="en">
        <p>Values for this attribute may be locally defined by a
	project, using arbitrary keywords such as <val>artist</val>,
	<val>employer</val>, <val>author</val>, <val>relative</val>, or
	<val>servant</val>, each of which should be associated with a
	definition. Such local definitions will typically be provided by a
	<gi>valList</gi> element in the project schema
specification.</p></remarks>
    </attDef>
    <attDef ident="sex" usage="opt">
      <desc versionDate="2005-12-14" xml:lang="en">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 minOccurs="1" maxOccurs="unbounded">
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.sex"/>
      </datatype>
      <remarks versionDate="2013-04-14" xml:lang="en">
        <p>Values for this attribute may be locally defined by a project, or may refer to an external standard, such as
          vCard's sex property <ptr target="http://microformats.org/wiki/gender-formats"/>
          (in which <val>M</val> indicates male, <val>F</val> female, <val>O</val> other, <val>N</val> none or not applicable, <val>U</val> unknown),
          or the often used ISO 5218:2004 <title>Representation of Human Sexes</title>
               <ptr target="http://standards.iso.org/ittf/PubliclyAvailableStandards/c036266_ISO_IEC_5218_2004(E_F).zip"/> (in which <val>0</val>
          indicates unknown; <val>1</val> male; <val>2</val> female; and <val>9</val> not applicable,
          although the ISO standard is widely considered inadequate);
          cf. CETH's <title>Recommendations for Inclusive Data Collection of Trans People</title>
               <ptr target="http://transhealth.ucsf.edu/trans?page=lib-data-collection"/>.</p>
      </remarks>
    </attDef>
    <attDef ident="age" usage="opt">
      <desc versionDate="2005-12-14" xml:lang="en">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>
<remarks versionDate="2013-12-21" xml:lang="en">
        <p>Values for this attribute may be locally defined by a
	project, using arbitrary keywords such as <val>infant</val>,
	<val>child</val>, <val>teen</val>, <val>adult</val>, or
	<val>senior</val>, each of which should be associated with a
	definition. Such local definitions will typically be provided by a
	<gi>valList</gi> element in the project schema
specification.</p></remarks>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="F" 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 xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="intersex" role="god" age="immortal">
        <persName>Hermaphroditos</persName>
        <persName xml:lang="grc">Ἑρμαφρόδιτος</persName>
      </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 versionDate="2005-12-14" xml:lang="en">
    <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" versionDate="2008-04-05">
    <p rend="dataDesc"> 段落による散文の解説，またはクラス <ident type="class">model.personPart</ident>にある一連の人口統計要 素を含むかもしれない． </p>
  </remarks>
  <listRef>
    <ptr target="#NDPERSE"/>
    <ptr target="#CCAHPA"/>
  </listRef>
</elementSpec>
