xlink:href Href (XLink 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 | This attribute is required; it must be provided if the element is used. |
OPTIONAL on many elements; click for list and usage
<abbrev>, <app>, <award-id>, <bio>, <chem-struct>, <collab>, <contrib>, <custom-meta>, <element-citation>, <email>, <ext-link>, <extended-by>, <funding-source>, <inline-supplementary-material>, <institution>, <issue-id>, <license>, <long-desc>, <mixed-citation>, <named-content>, <nlm-citation>, <pronunciation>, <pub-id>, <related-article>, <related-object>, <restricted-by>, <self-uri>, <std>, <supplementary-material>, <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 | This is an optional attribute; there is no default. |
Tagged Samples
To link to book included as bibliographic reference
...
<ref id="bibr40">
<label>40</label>
<mixed-citation publication-type="book"
><collab>World Health Organization</collab>, <collab>World
Bank</collab>. (<year iso-8601-date="2011">2011</year>),
<source>World Report on Disability</source>,
<publisher-loc>Geneva</publisher-loc>, available at:
<ext-link
xlink:href="http://www.who.int/disabilities/world_report/2011/en/index.html"
>http://www.who.int/disabilities/world_report/2011/en/index.html</ext-link
></mixed-citation>
</ref>
...
To link to graphic image
... <p><italic>Slow-front transient overvoltage (SFO)</italic>: Transient overvoltage, usually unidirectional, with time to peak 20 μs < <inline-formula> <alternatives> <tex-math notation="LaTeX">${T_p}$</tex-math> <inline-graphic xlink:href="1894_2015_mml_m1.eps" xmlns:xlink="http://www.w3.org/1999/xlink"/> </alternatives> </inline-formula> ≤ 5 000 μs, and time to half value of a  decreasing voltage <inline-formula> <alternatives> <tex-math notation="LaTeX">${T_2}$</tex-math> <inline-graphic xlink:href="1894_2015_mml_m2.eps" xmlns:xlink="http://www.w3.org/1999/xlink"/> </alternatives> </inline-formula> ≤ 20 ms.</p> ...