<ext-link>
External Link
Link to an external file or resource.
Remarks
Linking Best Practice: Use the standard XLink attributes to provide a live link to the external
source. The attribute @xlink:href is not required, but should
be used to provide the link.
Resource Type: The @ext-link-type attribute can be used to give an indication of the type of resource to which the external link points. While this Tag Set does not constrain the values of this attribute, and ordinary text is acceptable, the values include the following and similar:
doi | Digital Object Identifier |
---|---|
ftp | File transfer protocol |
uri | Website or web service |
ec | Enzyme nomenclature. (See: http://www.chem.qmw.ac.uk/iubmb/enzyme/) |
gen | GenBank identifier |
pdb | Protein data bank. (See: http://www.rcsb.org/pdb/) |
pirdb | Protein Information Resource. (See: http://pir.georgetown.edu) |
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- Inline Display Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
This element may be contained in:
<address>, <aff>, <alt-title>, <array>, <article-title>, <attrib>, <bold>, <chapter-title>, <chem-struct>, <chem-struct-wrap>, <code>, <collab>, <comment>, <compl>, <contrib>, <contrib-group>, <copyright-statement>, <data-title>, <def-head>, <disp-formula>, <disp-formula-group>, <element-citation>, <fig>, <fig-group>, <fixed-case>, <full>, <graphic>, <index-entry>, <inline-supplementary-material>, <intro>, <italic>, <license-p>, <main>, <media>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <part-title>, <preformat>, <publisher-loc>, <related-article>, <related-object>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <source>, <std>, <std-org-loc>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplementary-material>, <table-wrap>, <table-wrap-group>, <td>, <term>, <term-head>, <term-source>, <th>, <title>, <toc-div>, <toc-entry>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>
Example 1
Within text:
...
<list-item>
<label>7.</label>
<p>Comments, suggestions, or questions on this document
should be addressed to the Defense Standardization Program
Office (<abbrev>DSPO</abbrev>), 8725 John J. Kingman Road,
Stop 5100, Fort Belvoir, VA 22060-6220 or emailed to
<email>DSPO@dla.mil</email>. Since contact information
can change, you may want to verify the currency of this
address information using the ASSIST Online database at
<ext-link xlink:href="https://assist.dla.mil"
>https://assist.dla.mil</ext-link>.</p>
</list-item>
...
...
<p>Terms to describe Personal Factors can be found in
the <italic>Systematized Nomenclature of Medicine —
Clinical Terms</italic> (<abbrev>SNOMED-CT</abbrev>), available
at: <ext-link xlink:href="http://www.ihtsdo.org/snomed-ct/"
>http://www.ihtsdo.org/snomed-ct/</ext-link>.</p>
...
Example 2
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<ref id="bibr40">
<label>[40]</label>
<mixed-citation
><person-group><collab>World Health Organization</collab>,
<collab>World Bank</collab></person-group>.
<year iso-8601-date="2011">2011</year>),
<source>World Report on Disability</source>,
<publisher-loc>Geneva</publisher-loc>,
available at: <ext-link ext-link-type="uri"
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>
...