<person>

<person> provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. 15.2.2 The Participant Description
Modulenamesdates — 13 Names, Dates, People, and Places
Attributes att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
rolespecifies a primary role or classification for the person.
Status Optional
Datatype 1–∞ occurrences of

<rng:ref name="data.enumerated"/>
data.enumerated
separated by whitespace
Values the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sexspecifies the sex of the person.
Status Optional
Datatype

<rng:ref name="data.sex"/>
data.sex
agespecifies an age group for the person.
Status Optional
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Values the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file; possibilities include infant, child, teen, adult, and senior.
Used by
May contain
Declaration

<rng:element name="person">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:optional>
 <rng:attribute name="role">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="data.enumerated"/>
   </rng:oneOrMore>
  </rng:list>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="sex">
  <rng:ref name="data.sex"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="age">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:choice>
 <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>
</rng:element>
element person
{
   att.global.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   attribute role { list { data.enumerated+ } }?,
   attribute sex { data.sex }?,
   attribute age { data.enumerated }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}
Example
<person sex="2age="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>
Example
<person xml:id="Ovi01sex="1role="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="0017notAfter="0018">17 or 18 AD <placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">Romania</country>
  </placeName>
 </death>
</person>
Note
May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class.