<link>

<link> ( lien) définit une association ou un lien hypertextuel entre des éléments ou des passages, dont le type ne peut être spécifié précisément par d'autres éléments. 16.1 Links
Modulelinking — 16 Linking, Segmentation, and Alignment
Attributs att.pointing (@type, @evaluate)
targetsspécifie les identifiants des éléments ou des passages à lier ou à associer.
Statut Requis
Type de données 2–∞ occurrences of
data.pointer
séparé par un espace
Valeurs two or more pointers (URIs), separated by whitespace
Utilisé parlinkGrp model.global.meta
Peut contenirElément vide
Declaration
element link
{
   att.global.attributes,
   att.pointing.attributes,
   attribute targets { list { data.pointer, data.pointer+ } },
   empty
}
Note
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>.