| <personGrp>  分析上,ひとりの人物として扱われる,個人のグループを示す.  15.2.2 The Participant Description | 
| モジュール | namesdates — 13 Names, Dates, People, and Places | 
| 属性 | 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 | 交流の参加者から成る当該グループの役割を示す. | 状態 | 任意 |  | データ型 |  |  | 値 | 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 | 当該参加者の年齢層を示す. | 状態 | 任意 |  | データ型 |  |  | 値 | the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file | 
 |  | size | 当該グループのおよその大きさを示す. | 状態 | 任意 |  | データ型 | 1–∞ occurrences of 空白文字で区切られる |  | 値 | may contain a number and an indication of accuracy, e.g. approx 200 | 
 |  | 
| 当該モジュールを使用するもの |  | 
| 上位 |  | 
| 下位 |  | 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  | 宣言 | <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* )
} | 
  
  | 例 | <personGrpxml:id="pg1"
 role="audience"
 sex="mixed"
 size="approx 50"/>
 | 
  
  
  
  | 解説 |  段落から成る散文の解説,または一連の人口統計要素を含むかもしれない.   個々の発話に属性whoが付与されている場合,グローバル属性 xml:idは,発話テキスト中の発話者を特定するために使われる べきである.  |