<relationGrp>

<relationGrp> (relation group) provides information about relationships identified amongst people, places, and organizations, either informally as prose or as formally expressed relation links. [13.3.2.3 Personal Relationships]
DeprecatedThis feature will be withdrawn after 2014-06-17
Modulenamesdates — Names, Dates, People, and Places
Attributesatt.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.sortable (@sortKey)
Member of
Contained by
May contain
core: p
linking: ab
namesdates: relation
Declaration

<rng:element name="relationGrp">
 <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 relationGrp
{
   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+ )
}
Example
<listPerson>
 <person xml:id="p1">
<!-- data about person p1 -->
 </person>
<!-- more person elements here -->
</listPerson>
<relationGrp type="personal">
 <relation name="parentactive="#p1 #p2passive="#p3 #p4"/>
 <relation name="spousemutual="#p1 #p2"/>
</relationGrp>
<relationGrp type="social">
 <relation name="employeractive="#p1passive="#p3 #p5 #p6 #p7"/>
</relationGrp>

The persons with identifiers p1 and p2 are the parents of p3 and p4; they are also married to each other; p1 is the employer of p3, p5, p6, and p7.

Example
<relationGrp>
 <p>All speakers are members of the Ceruli family, born in Naples.</p>
</relationGrp>
Note

May contain a prose description organized as paragraphs, or a sequence of relation elements.

This element is retained for reasons of backwards compatibility, but is deprecated and will be removed at the next release. The element listRelation should be used in preference.