<personGrp>   (groupe de personnes) décrit un groupe d'individus traité comme une personne unique à des fins d'analyse. 15.2.2  The Participant DescriptionModule namesdates — 13  Names, Dates, People, and Places Attributs att.global  (@xml:id , @n , @xml:lang , @rend , @rendition , @xml:base , @xml:space )  (att.global.linking  (@corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ))  (att.global.analytic  (@ana ))  (att.global.facs  (@facs ))  (att.global.change  (@change )) att.sortable  (@sortKey ) 
    role précise le rôle joué par ce groupe de personnes dans l'interaction.Statut  Optionel Type de données  Valeurs  la valeur de l'attribut doit être choisie dans un jeu de mots-clé définis et documentés par
                l'utilisateur, déclarés dans un fichier de configuration. 
 sex précise le sexe du groupe participant.Statut  Optionel Type de données  Transformer en syntaxe XML Transformer en syntaxe compact <rng:choice> <rng:ref name="data.sex  <rng:value> mixed</rng:value> </rng:choice> 
data.sex  | "mixed" 
 age précise la tranche d'âge des participants.Statut  Optionel Type de données  Valeurs  la valeur de l'attribut doit être choisie dans un jeu de mots-clé définis et documentés par
                l'utilisateur, déclarés dans un fichier de configuration. 
 size précise la taille exacte ou approximative du groupe.Statut  Optionel Type de données   1–∞ occurrences of  Transformer en syntaxe XML Transformer en syntaxe compact <rng:ref name="data.word  
data.word  séparé par un espace  Valeurs  peut contenir un nombre ou une approximation, par ex. environ 200 . 
 
Utilisé par Contenu dans Peut contenir Declaration Transformer en syntaxe XML Transformer en syntaxe compact <rng:element name="personGrp "> <rng:ref name="att.global.attributes  <rng:ref name="att.global.linking.attributes  <rng:ref name="att.global.analytic.attributes  <rng:ref name="att.global.facs.attributes  <rng:ref name="att.global.change.attributes  <rng:ref name="att.sortable.attributes  <rng:optional> <rng:attribute name="role "> <rng:ref name="data.enumerated  </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="sex "> <rng:choice> <rng:ref name="data.sex  <rng:value> mixed</rng:value> </rng:choice> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="age "> <rng:ref name="data.enumerated  </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="size "> <rng:list> <rng:ref name="data.word  <rng:zeroOrMore> <rng:ref name="data.word  </rng:zeroOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:choice> <rng:oneOrMore> <rng:ref name="model.pLike  </rng:oneOrMore> <rng:zeroOrMore> <rng:ref name="model.personPart  </rng:zeroOrMore> </rng:choice> </rng:element> 
element  personGrp 
{
   att.global.attributes ,
   att.global.linking.attributes ,
   att.global.analytic.attributes ,
   att.global.facs.attributes ,
   att.global.change.attributes ,
   att.sortable.attributes ,
   attribute role { data.enumerated  }?,
   attribute sex { data.sex  | "mixed" }?,
   attribute age { data.enumerated  }?,
   attribute size { list { data.word , data.word * } }?,
   ( model.pLike + | model.personPart * )
} Exemple 
    <personGrpfr_pg1 "audience "mixed "approx 50 "/>  Note 
    Peut contenir une description en texte libre organisée en paragraphes, ou une suite quelconque d'éléments relatifs à la
            démographie.
    Il faut utiliser l'attribut global xml:id  pour identifier chaque locuteur dans une transcription de paroles si l'attribut
                who  est présent pour chaque prise de parole.