xlink:type
Type of Link
The kind of link used with an element. For all elements in this Tag Suite that
can take links, this attribute may be either omitted or set to the word
“simple”, which means that the link is a simple, one-ended link.
<abbrev>,
<award-group>,
<award-id>,
<bio>,
<chem-struct>,
<collab>,
<conference>,
<contrib>,
<custom-meta>,
<element-citation>,
<email>,
<ext-link>,
<funding-source>,
<funding-statement>,
<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 |
simple |
The link is an XML simple (one-ended) link. |
Restriction: @xlink:type is an optional attribute, but if used, is restricted to the word
“simple”.
|
...
<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>
...