<person>
<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. [13.3.2. The Person Element 15.2.2. The Participant Description] | |||||||||||||||||||||||||||||||||
Module | namesdates | ||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||
Contained by | corpus: particDesc namesdates: event listPerson org | ||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||
Note | May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class. | ||||||||||||||||||||||||||||||||
Example | <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> | ||||||||||||||||||||||||||||||||
Example | <person sex="intersex" role="god" age="immortal"> <persName>Hermaphroditos</persName> <persName xml:lang="grc">Ἑρμαφρόδιτος</persName> </person> | ||||||||||||||||||||||||||||||||
Example | <person xml:id="Ovi01" sex="M" 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> | ||||||||||||||||||||||||||||||||
Example | The following exemplifies an adaptation of the vCard standard to indicate an unknown gender for a fictional character. <person xml:id="ariel" gender="U"> <persName>Ariel</persName> <note>Character in <title level="m">The Tempest</title>.</note> </person> | ||||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||||
Schema Declaration | element person { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, attribute role { list { teidata.enumerated+ } }?, attribute sex { list { teidata.sex+ } }?, attribute gender { list { teidata.gender+ } }?, attribute age { teidata.enumerated }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global | tei_ptr )* ) } |