<self-uri>¶
Madatory attributes:
@xlink:href
| Appears commonly in | Frequency | 
|---|---|
| Zero or more times | 
Note
See NISO JATS Journal Archiving DTD specifications to see all the elements the <self-uri> could be inserted.
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:
...
<article>
    <front>
        ...
        <article-meta>
            ...
            <self-uri xlink:href="file.pdf">Link para PDF</self-uri>
            ...
        </article-meta>
    </front>
    ...
</article>
...