<personGrp>
<personGrp> (personal group) describes a group of individuals treated as a single person for analytic purposes. [16.2.2 The Participant Description] | |||||||||||||||||||||||||||||||
Modul | namesdates — Names, Dates, People, and Places | ||||||||||||||||||||||||||||||
Attribute |
|
||||||||||||||||||||||||||||||
Mitglied des | |||||||||||||||||||||||||||||||
Enthalten in |
corpus: particDesc
namesdates: event listPerson org
|
||||||||||||||||||||||||||||||
Kann enthalten |
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
|
||||||||||||||||||||||||||||||
Anmerkung |
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. |
||||||||||||||||||||||||||||||
Beispiel |
<personGrp xml:id="pg1" role="audience"
sex="mixed" size="approx 50"/> |
||||||||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||||||||
Schema Deklaration |
<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 )* ) } |