<personGrp>

<personGrp> (grupo de personas) describe a un grupo de individuos considerados como una única persona para fines analíticos. 15.2.2 The Participant Description
Módulo namesdates — 13 Names, Dates, People, and Places
Además de los atributos globales
role especifica el role de ese grupo de participantes en la interacción.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Valores the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sex especifica el sexo del grupo de participantes.
Estado Opcional
Tipo de datos

<rng:choice>
 <rng:ref name="data.sex"/>
 <rng:value>mixed</rng:value>
</rng:choice>
data.sex | "mixed"
age especifica el intervalo de edad del grupo de partecipantes.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Valores the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
size especifica la dimensión o dimensiones aproximadas del grupo.
Estado Opcional
Tipo de datos 1–∞ apariciones de 

<rng:ref name="data.word"/>
data.word
separado por espacio en blanco
Valores may contain a number and an indication of accuracy, e.g. approx 200
Usado por
Puede contener
Declaración

<rng:element name="personGrp">
 <rng:ref name="att.global.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,
   attribute role { data.enumerated }?,
   attribute sex { data.sex | "mixed" }?,
   attribute age { data.enumerated }?,
   attribute size { list { data.word, data.word* } }?,
   ( model.pLike+ | model.personPart* )
}
Ejemplo
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>