<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 | |
| Modul | namesdates — 13 Names, Dates, People, and Places | 
| Neben global gültigen Attributen | att.typed (@type, @subtype) att.declarable (@default) | 
| Verwendet von | |
| Kann enthalten | core: head  namesdates: listPerson org person personGrp relation relationGrp  | 
| 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="P1234" sex="2" age="mid"/> <person xml:id="P4332" sex="1" age="mid"/> <relationGrp> <relation type="personal" name="spouse" mutual="#P1234 #P4332"/> </relationGrp> </listPerson> | 
