att.global.linking

att.global.linking defines a set of attributes for hypertext and other linking, which are enabled for all elements when the additional tag set for linking is selected. 16 Linking, Segmentation, and Alignment
Modulelinking — 16 Linking, Segmentation, and Alignment
Members att.global
AttributesIn addition to global attributes
corresp(corresponds) points to elements that correspond to the current element in some way.
Status Optional
Datatype 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, separated by whitespace.
synch(synchronous) points to elements that are synchronous with the current element.
Status Optional
Datatype 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, separated by whitespace.
sameAspoints to an element that is the same as the current element.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
copyOfpoints to an element of which the current element is a copy.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
Note
Any content of the current element should be ignored. Its true content is that of the element being pointed at.
nextpoints to the next element of a virtual aggregate of which the current element is part.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
prev(previous) points to the previous element of a virtual aggregate of which the current element is part.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
excludepoints to elements that are in exclusive alternation with the current element.
Status Optional
Datatype 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, separated by whitespace.
selectselects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected.
Status Optional
Datatype 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, separated by whitespace.
Note
This attribute should be placed on an element which is superordinate to all of the alternants from which the selection is being made.