<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)

Related Elements

Several elements in this Tag Set related to URNs, URIs, and external linking.
  • The element <ext-link> should be used to create a link to an external resource.
  • The element <uri> wraps a URI reference in text that might not be an external link.
  • The element <self-uri> is used to hold the URI/URN/URL of a version of this standards document.
  • The element <urn> is a holdover from ISO STS, used only in ISO-related metadata elements.

Attributes

Model Description

This element may be contained in:

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 &mdash; 
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>
...