<listRelation>

<listRelation> describe las relaciones o los lazos sociales entre los participantes de una interacción verbal. [15.2.2 The Participant Description]
Módulonamesdates — 13 Names, Dates, People, and Places
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @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.sortable (@sortKey)
Usado por
Contenido en
Puede contener
core: p
linking: ab
namesdates: relation
Declaración

<rng:element name="listRelation">
 <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.sortable.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="relation"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element listRelation
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   att.sortable.attributes,
   ( model.pLike+ | relation+ )
}
Ejemplo
<listPerson>
 <person xml:id="pp1">
<!-- data about person pp1 -->
 </person>
 <person xml:id="pp2">
<!-- data about person pp1 -->
 </person>
<!-- more person (pp3, pp4) elements here -->
</listPerson>
<listRelation type="personal">
 <relation name="parent" active="#pp1 #pp2" passive="#pp3 #pp4"/>
 <relation name="spouse" mutual="#pp1 #pp2"/>
</listRelation>
<listRelation type="social">
 <relation name="employer" active="#pp1" passive="#pp3 #pp5 #pp6 #pp7"/>
</listRelation>

The persons with identifiers pp1 and p2 are the parents of pp3 and pp4; they are also married to each other; pp1 is the employer of pp3, pp5, pp6, and pp7.

Ejemplo
<listRelation>
 <p>All speakers are members of the Ceruli family, born in Naples.</p>
</listRelation>