<link>

<link> defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. 16.1 Links
Modullinking — 16 Linking, Segmentation, and Alignment
Attribute att.pointing (@type, @evaluate)
targetsspecifies the identifiers of the elements or passages to be linked or associated.
Zustand Obligatorisch
Datentyp 2–∞ occurrences of
data.pointer
separated by whitespace
Werte two or more pointers (URIs), separated by whitespace
Verwendet vonlinkGrp model.global.meta
Kann enthaltenEmpty element
Deklaration
element link
{
   att.global.attributes,
   att.pointing.attributes,
   attribute targets { list { data.pointer, data.pointer+ } },
   empty
}
Anmerkung
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>.