<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. [13.3.2. The Person Element 15.2. Contextual Information 2.4. The Profile Description 15.3.2. Declarable Elements]
Module namesdates
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type)
Member of
Contained by
May contain
core: head
namesdates: person
Note
The type attribute may be used to distinguish lists of people of a particular type if convenient.
Examples

<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>
Source Github

<elementSpec rend="change" module="namesdates" ident="listPerson">
   
<gloss>list of persons</gloss>
   
<desc>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.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.listLike"/>
   
</classes>
   
<content>
      
<sequence minOccurs="1" maxOccurs="1">
         
<elementRef key="head" minOccurs="0" maxOccurs="1"/>
         
<elementRef key="person" minOccurs="0" maxOccurs="unbounded"/>
      
</sequence>
   
</content>
   
<attList/>
</elementSpec>