corresp |
(correspondents)
points to elements that correspond to the current element in some
way. |
|
Datatype: IDREFS |
|
Values: one or more valid identifiers |
|
Default: #IMPLIED |
synch |
(synchronous)
points to elements that are synchronous
with the current
element. |
|
Datatype: IDREFS |
|
Values: one or more valid identifiers, separated by white space. |
|
Default: #IMPLIED |
sameAs |
points to an element that is the same as the current element.
|
|
Datatype: IDREF
|
|
Values: a valid SGML or XML identifier.
|
|
Default: #IMPLIED
|
copyOf |
points to an element of which the current element is a copy.
|
|
Datatype: IDREF
|
|
Values: a valid SGML or XML 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 or XML 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 or XML identifier. |
|
Default: #IMPLIED |
exclude |
points to elements that are in exclusive alternation with the
current element. |
|
Datatype: IDREFS |
|
Values: a list of valid SGML or XML 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 or XML 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.
|