xlink:title

Title of the Link

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

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.

Used on these Elements:

ValueMeaning
Text, numbers, or special charactersA descriptive, human-readable title that acts as a brief description of the link.
Restriction@xlink:title is an optional attribute; there is no default.

Example

...
<supplementary-material id="S1" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="local_file" xlink:href="pbio-0020328-t002.xls"
mimetype="application/vnd.ms-excel">
<label>Supporting Material</label>
...
</supplementary-material>  
...