<personGrp>

<personGrp> (gruppo di persone) descrive un gruppo di soggetti considerati come unica persona a fini analitici [15.2.2 The Participant Description]
Modulonamesdates — 13 Names, Dates, People, and Places
Attributiatt.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)
rolespecifica il ruolo del gruppo di partecipanti all'interazione
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sexindica il sesso del gruppo di partecipanti
Stato Opzionale
Tipo di dati

<rng:choice>
 <rng:ref name="data.sex"/>
 <rng:value>mixed</rng:value>
</rng:choice>
data.sex | "mixed"
ageindica la fascia di età del gruppo di partecipanti
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sizeindica le dimensioni (anche approssimative) del gruppo
Stato Opzionale
Tipo di dati 1–∞ occorrenze di 

<rng:ref name="data.word"/>
data.word
separato da spazio bianco
Valori may contain a number and an indication of accuracy, e.g. approx 200
Usato da
Contenuto in
corpus: particDesc
namesdates: listPerson org
Può contenere
Dichiarazione

<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* )
}
Esempio
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>