<persona>
<persona> provides information about one of the personalities identified for a given individual, where an individual has multiple personalities. [13.3.2 The Person Element] | |||||||||||||||||||||||||
Module | namesdates — Names, Dates, People, and Places | ||||||||||||||||||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) att.sortable (@sortKey)
| ||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||
Contained by | |||||||||||||||||||||||||
May contain | figures: figure notatedMusic msdescription: msDesc namesdates: affiliation age birth death education event faith floruit langKnowledge listEvent nationality occupation persName persona residence sex socecStatus state trait transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin | ||||||||||||||||||||||||
Note | 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. | ||||||||||||||||||||||||
Example | <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> | ||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||
Schema Declaration | <rng:element name="persona"> element persona { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.editLike.attributes, att.sortable.attributes, attribute role { list { teidata.enumerated+ } }?, attribute sex { list { teidata.sex+ } }?, attribute age { teidata.enumerated }?, ( model.pLike+ | ( model.personPart | model.global )* ) } |