<personGrp>
<personGrp> (personal group) describes a group of individuals treated as a single person for analytic purposes. [15.2.2 The Participant Description] | |||||||||||||||||||||||||||||||||||||||
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.sortable (@sortKey)
|
||||||||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||||||||
Contained by |
corpus: particDesc
namesdates: listPerson org
|
||||||||||||||||||||||||||||||||||||||
May contain |
figures: figure notatedMusic
msdescription: msDesc
namesdates: affiliation age birth death education event faith floruit gender langKnowledge listEvent nationality occupation persName persPronouns persona residence sex socecStatus state trait
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
||||||||||||||||||||||||||||||||||||||
Note |
May contain a prose description organized as paragraphs, or any sequence of demographic elements in any combination. The global xml:id attribute should be used to identify each speaking participant in a spoken text if the who attribute is specified on individual utterances. |
||||||||||||||||||||||||||||||||||||||
Example |
<personGrp xml:id="pg1" role="audience"
sex="mixed" size="approx 50"/> |
||||||||||||||||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||||||||||||||||
Schema Declaration |
<rng:element name="personGrp"> element personGrp { 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.sortable.attributes, attribute role { teidata.enumerated }?, attribute sex { list { teidata.sex+ } }?, attribute gender { list { teidata.gender+ } }?, attribute age { teidata.enumerated }?, attribute size { list { teidata.word+ } }?, ( model.pLike+ | ( model.personPart | model.global )* ) } |