<personGrp>

<personGrp> (人物團體) 描述一個為分析目的而被視為單一個人的團體。 [15.2.2 The Participant Description]
組件 namesdates — Names, Dates, People, and Places
屬性
role⚓︎ 說明該團體在互動中所扮演的角色。
狀態 非必備的
資料類型 teidata.enumerated
sex⚓︎ 指出該參與團體的性別。
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.sex 以空白鍵隔開
gender⚓︎ specifies the gender of the participant group.
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.gender 以空白鍵隔開
age⚓︎ 指出該參與者所屬的年齡層。
狀態 非必備的
資料類型 teidata.enumerated
size⚓︎ 提供該團體的 (約略) 大小。
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.word 以空白鍵隔開
俱乐部会员
可包含在於
corpus: particDesc
namesdates: event listPerson org
可包含

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.

例子
<personGrp xml:id="pg1role="audience"
 sex="mixedsize="approx 50"/>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.personPart"/>
   <classRef key="model.global"/>
  </alternate>
 </alternate>
</content>
宣告
<rng:element name="personGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:optional>
  <rng:attribute name="role">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="sex">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.sex"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="gender">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.gender"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="age">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="size">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.word"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.personPart"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element personGrp
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.sortable.attributes,
   attribute role { teidata.enumerated }?,
   attribute sex { list { teidata.sex+ } }?,
   attribute gender { list { teidata.gender+ } }?,
   attribute age { teidata.enumerated }?,
   attribute size { list { teidata.word+ } }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}