<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 | |
Module | namesdates — 13 Names, Dates, People, and Places |
Attributes | att.typed (@type, @subtype) att.declarable (@default) |
Used by | |
May contain | core: head namesdates: listPerson org person personGrp relation relationGrp |
Declaration |
element listPerson { att.global.attributes, att.typed.attributes, att.declarable.attributes, ( model.headLike*, ( model.personLike | listPerson )+, ( relation | relationGrp )* ) } |
Example | <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> |
Note | The type attribute may be used to distinguish lists of people of a particular
type if convenient. |