<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/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" xml:id="gi-persona" ident="persona">
  <desc versionDate="2016-02-16" xml:lang="en">provides information about one of the personalities identified for a given individual, where
    an individual has multiple personalities.</desc>
   <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.editLike"/>
    <memberOf key="att.sortable"/>
    <memberOf key="model.persStateLike"/>
  </classes>
  <content>
    <alternate>   
        <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>      
        <alternate minOccurs="0" maxOccurs="unbounded">
          <classRef key="model.personPart"/>
          <classRef key="model.global"/>
        </alternate>
    </alternate>
  </content>
  <attList>
    <attDef ident="role" usage="opt">
      <desc versionDate="2005-12-14" xml:lang="en">specifies a primary role or classification for the persona.</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"><dataRef key="teidata.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 persona.</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"><dataRef key="teidata.sex"/></datatype>
      <remarks versionDate="2022-05-18" xml:lang="en">
        <p>Values for this attribute may be locally defined by a project, or may refer to an external standard.</p>
      </remarks>
    </attDef>
    <attDef ident="gender" usage="opt">
      <desc versionDate="2022-05-18" xml:lang="en">specifies the gender of the persona.</desc>
      <datatype minOccurs="1" maxOccurs="unbounded"><dataRef key="teidata.gender"/></datatype>
      <remarks versionDate="2022-08-27" xml:lang="en">
        <p>Values for this attribute may be locally defined by a project, or they may refer to an external standard.</p>
      </remarks>
    </attDef>
    <attDef ident="age" usage="opt">
      <desc versionDate="2005-12-14" xml:lang="en">specifies an age group for the persona.</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><dataRef key="teidata.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" xml:id="gi-persona-egXML-dx">
      <person sex="M" age="adult">
        <persona sex="M">
          <persName>Dr Henry Jekyll</persName>
        </persona>
        <persona sex="M" age="youth">
          <persName>Edward Hyde</persName>
        </persona>
      </person>
    </egXML>
  </exemplum>
 
  <remarks versionDate="2016-02-16" xml:lang="en">
  <p>Note that a persona is not the same as a role. A role 
   may be assumed by different people on different occasions, whereas a persona is
 unique to a particular person, even though it may resemble others. Similarly, when an actor takes on or enacts the role of a historical person, they do not
 thereby acquire a new persona. </p> </remarks>
  
  <listRef>
    <ptr target="#NDPERSE"/>
   </listRef>
</elementSpec>
