<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–∞ occurrences of
data.pointer
separato da spazio bianco
Valori two or more pointers (URIs), separated by whitespace
Usato dalinkGrp model.global.meta
Può contenereElemento vuoto
Dichiarazione
element link
{
   att.global.attributes,
   att.pointing.attributes,
   attribute targets { list { data.pointer, data.pointer+ } },
   empty
}
Nota
This element should only be used to encode associations not otherwise provided for by more specific elements.
The location of this element within a document has no significance, unless it is included within a <linkGrp>, in which case it may inherit the value of the type attribute from the value given on the <linkGrp>.