<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 | ||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
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 | element personGrp { tei_att.global.attributes, tei_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+ } }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* ) } |