| xlink:actuate specifies when the linked resource is read and shown. The valid values are 'onLoad', 'onRequest', 'other', and 'none'. |
| xlink:href specifies the URL of the resource. |
| xlink:show specifies where to open the link. The valid values are 'embed', 'new', 'replace', 'other', and 'none'. |
| xlink:type specifies the type of the link. The valid values are 'simple', 'extended', 'locator', 'arc', 'resource', 'title', and 'none'. |
| xlink:role, xlink:arcrole, and xlink:title describe the meaning of the resources within the context of the link. |
| xlink:label, xlink:from, and xlink:to are used for traversal. |
<?xml version="1.0" encoding="UTF-8"?>
<author xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="/images/jkrowling.gif"
xlink:show="new">J. K. Rowling</author>
<?xml version="1.0" encoding="UTF-8"?>
<author xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="/images/jkrowling.gif"
xlink:show="new">J. K. Rowling</author>
XLink is not supported by browsers currently, but other XML processors may use it.