<listPerson>

<listPerson> 特定可能な個人やグループに関する情報のリストを示す.例えば,言語交流 の参加者や,歴史資料中で参照される人物など. 15.2 Contextual Information 2.4 プロファイル解説 15.3.2 Declarable Elements
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.typed (@type, @subtype) att.declarable (@default)
当該モジュールを使用するもの
下位
宣言

<rng:element name="listPerson">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.personLike"/>
   <rng:ref name="listPerson"/>
  </rng:choice>
 </rng:oneOrMore>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="relation"/>
   <rng:ref name="relationGrp"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element listPerson
{
   att.global.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   (
      model.headLike*,
      ( model.personLike | listPerson )+,
      ( relation | relationGrp )*
   )
}
<listPerson type="respondents">
 <personGrp xml:id="PXXX"/>
 <person xml:id="P1234sex="2age="mid"/>
 <person xml:id="P4332sex="1age="mid"/>
 <relationGrp>
  <relation type="personalname="spousemutual="#P1234 #P4332"/>
 </relationGrp>
</listPerson>
解説
属性typeは,特別な種類の人物を区別するために使われるかもしれない.