XML LINKING LANGUAGE

The XML Linking Language (XLink), which allows elements to be inserted into XML documents in order to create and describe links between resources.
XLink offers two kinds of links:

XLink Element Type Attribute (type)
The value of the type attribute must be supplied. The value must be one of "simple", "extended", "locator", "arc", "resource", "title", or "none".

Locator Attribute (href)
The attribute that supplies the data that allows an XLink application to find a remote resource (or resource fragment) is href. It may be used on simple-type elements, and must be used on locator-type elements.

Behavior Attributes (show and actuate)
When used on a simple-type element, they signal behavior intentions for traversal to that link's single remote ending resource. When they are used on an arc-type element, they signal behavior intentions for traversal to whatever ending resources (local or remote) are specified by that arc.
The show attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource.
The actuate attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource.

foe details refer w3c page