<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.global (@xml:id, @n, @xml:lang, @rend, @style, @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.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey)
当該モジュールを使用するもの
上位
下位
宣言

<rng:element name="listPerson">
 <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.typed.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.sortable.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="listRelation"/>
    <rng:ref name="relationGrp"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element listPerson
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   att.sortable.attributes,
   (
      model.headLike*,
      ( model.personLike | listPerson )+,
      ( relation | listRelation | relationGrp )*
   )
}
<listPerson type="respondents">
 <personGrp xml:id="PXXX"/>
 <person xml:id="P1234" sex="2" age="mid"/>
 <person xml:id="P4332" sex="1" age="mid"/>
 <listRelation>
  <relation type="personal" name="spouse" mutual="#P1234 #P4332"/>
 </listRelation>
</listPerson>
解説
属性typeは,特別な種類の人物を区別するために使われるかもしれない.