<link>

<link> definisce tra elementi o porzioni di testo un'associazione o legame ipertestuale non meglio specificabile da altri elementi 16.1 Links
Modulolinking — 16 Linking, Segmentation, and Alignment
Attributi att.pointing (@type, @evaluate)
targetsspecifica gli identificatori degli elementi o porzioni di testo da associare
Stato Richiesto
Tipo di dati 2–∞ occorrenze di

<rng:ref name="data.pointer"/>
data.pointer
separato da spazio bianco
Valori two or more pointers (URIs), separated by whitespace
Usato da
Può contenereElemento vuoto
Dichiarazione

<rng:element name="link">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.pointing.attributes"/>
<rng:attribute name="targets">
 <rng:list>
  <rng:ref name="data.pointer"/>
  <rng:oneOrMore>
   <rng:ref name="data.pointer"/>
  </rng:oneOrMore>
 </rng:list>
</rng:attribute>
<rng:empty/>
</rng:element>
element link
{
   att.global.attributes,
   att.pointing.attributes,
   attribute targets { list { data.pointer, data.pointer+ } },
   empty
}
Esempio
<s n="1">The state Supreme Court has refused to release
<rs xml:id="R1">
  <rs xml:id="R2">Rahway State Prison</rs> inmate</rs>
 <rs xml:id="R3">James Scott</rs> on bail.</s>
<s n="2">
 <rs xml:id="R4">The fighter</rs> is serving 30-40 years for a 1975 armed
robbery conviction in <rs xml:id="R5">the penitentiary</rs>.
</s>
<!-- ... -->
<linkGrp type="periphrasis">
 <link targets="#R1 #R3 #R4"/>
 <link targets="#R2 #R5"/>
</linkGrp>