xlink:href Href (Linking Mechanism)
An address or identifier that permits an XLink application to find a remote resource,
for
example, a URI (such as a URL or filename) that links to an online site associated
with the author or the online definition of a term.
Value |
Meaning |
Behavior |
Text, numbers, or special characters |
A pointer (which may be a URL) to a resource. |
Can be used to make this element a live link to a related site. |
Restriction |
@xlink:href is required; it must be provided if the element is used.
|
<abbrev>,
<article-version>,
<award-desc>,
<award-group>,
<award-id>,
<award-name>,
<bio>,
<chem-struct>,
<collab>,
<collab-name>,
<collab-wrap>,
<conference>,
<contrib>,
<custom-meta>,
<element-citation>,
<email>,
<ext-link>,
<extended-by>,
<funding-source>,
<funding-statement>,
<inline-supplementary-material>,
<institution>,
<issue-id>,
<license>,
<long-desc>,
<mixed-citation>,
<named-content>,
<nlm-citation>,
<product>,
<pub-id>,
<related-article>,
<related-object>,
<resource-name>,
<restricted-by>,
<self-uri>,
<supplementary-material>,
<support-source>,
<uri>,
<volume-id>
Value |
Meaning |
Behavior |
Text, numbers, or special characters |
A pointer (which may be a URL) to a resource. |
Can be used to make this element a live link to a related site. |
Restriction |
@xlink:href is an optional attribute; there is no default.
|
...
<ext-link xlink:href="http://www.ncemch.org/pubs/PDFs/breastfeedingTIB.pdf"
ext-link-type="url">http://www.ncemch.org/pubs/PDFs/breastfeedingTIB.pdf</ext-link>
...
...
<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>
...