xlink:role

Role of the Link

A URI reference pointing to some resource that describes the role or function of a link.

With these Elements

<abbrev>, <award-group>, <bio>, <chem-struct>, <collab>, <conference>, <contrib>, <element-citation>, <email>, <ext-link>, <funding-source>, <graphic>, <inline-graphic>, <inline-supplementary-material>, <institution>, <issue-id>, <license>, <long-desc>, <media>, <mixed-citation>, <named-content>, <nlm-citation>, <product>, <pub-id>, <related-article>, <related-object>, <self-uri>, <supplementary-material>, <uri>, <volume-id>
Value Meaning
Text, numbers, or special characters The URI of a resource that describes the role, reason, or rationale for the link.
Restriction: @xlink:role is an optional attribute; there is no default.

Example

 
...
<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="https://www.mulberrytech.com/slideshow/index.html">
Mulberry Slideshow XML</ext-link>
...