<personGrp>

<personGrp> (人物團體) 描述一個為分析目的而被視為單一個人的團體。 [15.2.2 The Participant Description]
組件namesdates — 13 Names, Dates, People, and Places
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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說明該團體在互動中所扮演的角色。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sex指出該參與團體的性別。
狀態 非必備的
資料類型

<rng:choice>
 <rng:ref name="data.sex"/>
 <rng:value>mixed</rng:value>
</rng:choice>
data.sex | "mixed"
age指出該參與者所屬的年齡層。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
size提供該團體的 (約略) 大小。
狀態 非必備的
資料類型 1–∞ 次可出現: 

<rng:ref name="data.word"/>
data.word
以空白鍵隔開
may contain a number and an indication of accuracy, e.g. approx 200
屬於
可包含在於
corpus: particDesc
namesdates: listPerson org
可包含
宣告

<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:oneOrMore>
     <rng:ref name="data.word"/>
    </rng:oneOrMore>
   </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+ } }?,
   ( model.pLike+ | model.personPart* )
}
例子
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>