<ext-link>¶
Madatory attributes:
@xlink:href
| Appears commonly in | Frequency | 
|---|---|
| Zero or more times | |
| Zero or more times | |
| Zero or more times | |
| Zero or more times | 
Note
See NISO JATS Journal Archiving DTD specifications to see all of the elements where <ext-link> can be inserted in.
Specifies references to web resources on the Internet. The only restrictions on the use of this element are:
- The scheme must be explicit, in other words, it must begin with http://, ftp://, urn:, etc; 
- Local references via the scheme file:// are not allowed. 
Example URL:
...
<p>This is the website of Érudit: <ext-link ext-link-type="uri" xlink:href="http://www.erudit.org">www.erudit.org</ext-link></p>
...