<linkGrp>

<linkGrp> (link group) defines a collection of associations or hypertextual links. 16.1 Links
Modul linking — 16 Linking, Segmentation, and Alignment
Neben global gültigen Attributen att.pointing.group (@domains, @targFunc) (att.pointing (@type, @evaluate))
Verwendet von
Kann enthalten
core: ptr
linking: link
Deklaration

<rng:element name="linkGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.pointing.group.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="link"/>
   <rng:ref name="ptr"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element linkGrp
{
   att.global.attributes,
   att.pointing.group.attributes,
   att.pointing.attributes,
   ( link | ptr )+
}
Beispiel
<linkGrp type="translation">
 <link targets="#CCS1 #SW1"/>
 <link targets="#CCS2 #SW2"/>
 <link targets="#CCS #SW"/>
</linkGrp>
<div type="volume" xml:id="CCS" xml:lang="fr">
 <p>
  <s xml:id="CCS1">Longtemps, je me suis couché de bonne heure.</s>
  <s xml:id="CCS2">Parfois, à peine ma bougie éteinte, mes yeux se fermaient si vite que je n'avais pas le temps de me dire : "Je m'endors."</s>
 </p>
<!-- ... -->
</div>
<div type="volume" xml:id="SW" xml:lang="en">
 <p>
  <s xml:id="SW1">For a long time I used to go to bed early.</s>
  <s xml:id="SW2">Sometimes, when I had put out my candle, my eyes would close so quickly that I had not even time to say "I'm going to sleep."</s>
 </p>
<!-- ... -->
</div>