<personGrp>

<personGrp> (groupe de personnes) décrit un groupe d'individus traité comme une personne unique à des fins d'analyse 15.2.2 The Participant Description
Modulenamesdates — 13 Names, Dates, People, and Places
Attributs
roleprécise le rôle de ce groupe de participants dans l'interaction.
Statut Optionel
Type de données
data.code
Valeurs a set of keywords to be defined
sexprécise le sexe du groupe participant
Statut Optionel
Type de données
data.sex | "mixed"
ageprécise la tranche d'âge des participants
Statut Optionel
Type de données
data.word
Valeurs suggested values are to be supplied
sizeprécise la taille exacte ou approximative du groupe
Statut Optionel
Type de données 1–∞ occurrences of
data.word
séparé par un espace
Valeurs may contain a number and an indication of accuracy, e.g. approx 200
Utilisé par model.personLike
Peut contenir
Declaration
element personGrp
{
   att.global.attributes,
   attribute role { data.code }?,
   attribute sex { data.sex | "mixed" }?,
   attribute age { data.word }?,
   attribute size { list { data.word+ } }?,
   ( model.pLike+ | model.personPart* )
}
Exemple
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>
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.