|
|
| xlink:type | The type of XLink. Must be "simple". |
| xlink:href | Required. Identifies the destination resource. |
| xlink:title | Optional. Gives the link a title. Applications can use it to generate a ToolTip when the mouse hovers over the resource, for the label in a bookmark, or for whatever purpose is appropriate. |
| xlink:show | What happens when the link is traversed: embed -- the remote resource is embedded at the location of the link replace -- the current document is replaced by that in the remote resource (as is usually done in HTML) new -- a new window is opened to display the remote resource (as is done in HTML with the target attribute) |
| xlink:actuate | Specifies when the link should be traversed: onLoad -- automatically onRequest -- in response to some user action such as a mouse click |