<personGrp>

<personGrp> (personal group) 分析上、ひとりの人物として扱われる、個人のグループを示す。 [15.2.2 The Participant Description]
モジュール namesdates — Names, Dates, People, and Places
属性
role⚓︎ 交流の参加者から成る当該グループの役割を示す。
状態 任意
データ型 teidata.enumerated
sex⚓︎ 参加者グループの性別を示す。
状態 任意
データ型 1–∞ occurrences of teidata.sex 空白文字で区切られる
gender⚓︎ specifies the gender of the participant group.
状態 任意
データ型 1–∞ occurrences of teidata.gender 空白文字で区切られる
age⚓︎ 当該参加者の年齢層を示す。
状態 任意
データ型 teidata.enumerated
size⚓︎ 当該グループのおよその大きさを示す。
状態 任意
データ型 1–∞ occurrences of teidata.word 空白文字で区切られる
クラブのメンバー
上位
corpus: particDesc
namesdates: event listPerson org
下位
解説

段落から成る散文の解説、または一連の人口統計要素を含むかもしれない。

個々の発話に属性whoが付与されている場合、グローバル属性 xml:idは、発話テキスト中の発話者を特定するために使われる べきである。

<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 )* )
}