corresp | (correspondents) points to elements that correspond to the current element in some
way. |
| Datatype: IDREFS |
| Values: one or more valid SGML identifiers for elements in the current
document, separated by white space. |
| Default: #IMPLIED |
Note | |
synch | (synchronous) points to elements that are synchronous with the current element. |
| Datatype: IDREFS |
| Values: one or more valid SGML identifiers for elements in the current
document, separated by white space. |
| Default: #IMPLIED |
Note | |
sameAs | points to an element that is the same as the current element.
|
| Datatype: IDREF
|
| Values: a valid SGML identifier.
|
| Default: #IMPLIED
|
copyOf | points to an element of which the current element is a copy.
|
| Datatype: IDREF
|
| Values: a valid SGML identifier for an element in the current document.
|
| Default: #IMPLIED
|
Note | Any content of the current element should be ignored. Its
true content is that of the element being pointed at.
|
next | points to the next element of a virtual aggregate of which the
current element is part. |
| Datatype: IDREF |
| Values: a valid SGML identifier. |
| Default: #IMPLIED |
prev | points to the previous element of a virtual aggregate of which the
current element is part. |
| Datatype: IDREF |
| Values: a valid SGML identifier. |
| Default: #IMPLIED |
exclude | points to elements that are in exclusive alternation with the
current element. |
| Datatype: IDREFS |
| Values: a list of valid SGML identifiers. |
| Default: #IMPLIED |
select | selects 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. |
| Datatype: IDREFS |
| Values: a list of valid SGML identifiers. |
| Default: #IMPLIED |
Note | This attribute should be placed on an element which is
superordinate to all of the alternants from which the selection is being
made.
|