<listRelation>

<listRelation> 描述一項語言互動中參與者之間的關係或社交關聯。 [15.2.2 The Participant Description]
組件namesdates — 13 Names, Dates, People, and Places
屬性att.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)
屬於
可包含在於
可包含
core: p
linking: ab
namesdates: relation
宣告

<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+ )
}
例子
<listPerson>
 <person xml:id="zh-tw_pp1">
<!-- 第一人的資料 -->
 </person>
<!-- 更多關於此人的元素 -->
</listPerson>
<listRelation type="personal">
 <relation name="parent" active="#zh-tw_pp1 #zh-tw_pp2" passive="#p3 #p4"/>
 <relation name="spouse" mutual="#zh-tw_pp1 #zh-tw_pp2"/>
</listRelation>
<listRelation type="social">
 <relation name="employer" active="#zh-tw_pp1" passive="#p3 #p5 #p6 #p7"/>
</listRelation>
例子
<listRelation>
 <p>所有說話者都是林家的人,生於台北板橋。</p>
</listRelation>