<listPerson>

<listPerson> (list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. 15.2 Contextual Information 2.4 The Profile Description 15.3.2 Declarable Elements
Modulnamesdates — 13 Names, Dates, People, and Places
Attribute att.typed (@type, @subtype) att.declarable (@default)
Verwendet vonlistPerson particDesc model.listLike
Kann enthalten
Deklaration
element listPerson
{
   att.global.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   (
      model.headLike*,
      ( model.personLike | listPerson )+,
      ( relation | relationGrp )*
   )
}
Beispiel
<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>
Anmerkung
The type attribute may be used to distinguish lists of people of a particular type if convenient.