<personGrp>

<personGrp> 分析上,ひとりの人物として扱われる,個人のグループを示す. 15.2.2 The Participant Description
モジュールnamesdates — 13 Names, Dates, People, and Places
属性
role 交流の参加者から成る当該グループの役割を示す.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
定義されているキーワードの集合.
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
推奨された値.
size 当該グループのおよその大きさを示す.
状態 任意
データ型 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
空白文字で区切られる
数値とその正確度を示す.例えば,約200など.
当該モジュールを使用するもの
下位
宣言

<rng:element name="personGrp">
<rng:ref name="att.global.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,
   attribute role { data.code }?,
   attribute sex { data.sex | "mixed" }?,
   attribute age { data.word }?,
   attribute size { list { data.word+ } }?,
   ( model.pLike+ | model.personPart* )
}
<personGrp
  xml:id="pg1"
  role="audience"
  sex="mixed"
  size="approx 50"/>
解説
段落から成る散文の解説,または一連の人口統計要素を含むかもしれない.
個々の発話に属性whoが付与されている場合,グローバル属性 xml:idは,発話テキスト中の発話者を特定するために使われる べきである.