xlink:href Href (Linking Mechanism)
Usage/Remarks
REQUIRED on many elements; click for list and usage
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. |
OPTIONAL on many elements; click for list and usage
<abbrev>, <award-desc>, <award-group>, <award-id>, <award-name>, <bio>, <chem-struct>, <collab>, <conference>, <content-version>, <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>, <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. |
Tagged Samples
Navigation for an external link (element <ext-link>) in text
...
<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>
...
Link to a spreadsheet
...
<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>
...