The xlink:link aspect defines all of the properties for an XLink. The property values are automatically extracted from the XML source content.
Property | Values | Description |
---|---|---|
xlink:type | type=d:text |
The XLink type. See XLink Element Type Attribute (type) |
mandatory=true | ||
default=simple | ||
constraints= simple extended locator arc resource title | ||
xlink:href | type=d:text |
A URI reference used to locate a remote resource. See Locator Attribute (href) |
mandatory=false | ||
xlink:role | type=d:text |
Describes the meaning of a resource within the context of a link. See Semantic Attributes (role, arcrole, and title) |
mandatory=false | ||
xlink:arcrole | type=d:text |
Describes the meaning of a resource within the context of a link. See Semantic Attributes (role, arcrole, and title) |
mandatory=false | ||
xlink:title | type=d:text |
Describes the meaning of a link or resource in a human-readable fashion. See Semantic Attributes (role, arcrole, and title) |
mandatory=false | ||
xlink:show | type=d:text |
Used to communicate the desired presentation of the ending resource on traversal from the starting resource. See Behavior Attributes (show and actuate) |
mandatory=false | ||
xlink:actuate | type=d:text |
Used to communicate the desired timing of traversal from the starting resource to the ending resource. See Behavior Attributes (show and actuate) |
mandatory=false | ||
xlink:label | type=d:text |
Used to identify a starting or an ending resource with a simple label (NCName). See Traversal Attributes (label, from, and to) |
mandatory=false | ||
xlink:from | type=d:text |
Used to identify a starting resource using a label. See Traversal Attributes (label, from, and to) |
mandatory=false | ||
xlink:to | type=d:text |
Used to identify an ending resource using a label. See Traversal Attributes (label, from, and to) |
mandatory=false |