xlink:title Title of the Link

Describes the function of a link’s remote resource in human-readable fashion.

Usage/Remarks

This attribute’s value, i.e., “the link title”, may be displayed at the point in an online document where the link occurs. A user could read the title and determine whether to follow the link.
OPTIONAL on many elements; click for list and usage
Value Meaning
Text, numbers, or special characters A descriptive, human-readable title that acts as a brief description of the link.
Restriction @xlink:title is an optional attribute; there is no default.
Tagged Sample

Title of the linked object

...
<ext-link ext-link-type="url" xlink:type="simple"  
  xlink:role="http://www.mulberrytech.com/walkthewalk.html" 
  xlink:title="XML-based slideshow application"
  xlink:actuate="onRequest" xlink:show="new" 
  xlink:href="http://www.mulberrytech.com/slideshow/index.html">
 Mulberry Slideshow XML</ext-link>
...