<listPerson>

<listPerson> (liste de personnes) contient une liste d'éléments, chacun d'entre eux apportant des informations sur une personne précise ou sur un groupe de personnes, par exemple les participants à une interaction linguistique, ou les personnes citées dans une source historique. [15.2 Contextual Information 2.4 The Profile Description 15.3.2 Declarable Elements]
Modulenamesdates — 13 Names, Dates, People, and Places
Attributsatt.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)
Utilisé par
Contenu dans
Peut contenir
Declaration

<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 )*
   )
}
Exemple
<listPerson type="respondents">
 <personGrp xml:id="fr_PXXX"/>
 <person xml:id="fr_P1234" sex="2" age="mid"/>
 <person xml:id="fr_P4332" sex="1" age="mid"/>
 <listRelation>
  <relation type="personal" name="spouse" mutual="#fr_P1234 #fr_P4332"/>
 </listRelation>
</listPerson>
Note
L'attribut type peut être utilisé pour établir des listes par type de personne si cela présente un intérêt.