<listPerson>

<listPerson> (list of persons) 特定可能な個人やグループに関する情報のリストを示す.例えば,言語交流 の参加者や,歴史資料中で参照される人物など. 15.2 Contextual Information 2.4 The Profile Description 15.3.2 Declarable Elements
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.typed (@type, @subtype) att.declarable (@default)
当該モジュールを使用するものlistPerson particDesc model.listLike
下位
宣言
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="42"/>
 <person xml:id="P4332sex="1age="43"/>
 <relationGrp>
  <relation type="personalname="spousemutual="#P1234 #P4332"/>
 </relationGrp>
</listPerson>
解説
The type attribute may be used to distinguish lists of people of a particular type if convenient.