Article object
Links, external
Element or context:
<ext-link>
Requirements:
- If linking to an email address, set attribute 'ext-link-type' to "email" and set attribute 'xlink:href' to the email address prefaced with "mailto: " (see example)
- If linking to a URL, set attribute 'ext-link-type' to "uri" and set attribute 'xlink:href' to the entire URL, including the 'http' or 'https', even if the domain starts with 'www'
- If linking to a DOI that is the complete DOI URL, use "uri" as the 'ext-link-type' attribute value
Examples
<ext-link ext-link-type="email" xmlns:xlink="mailto:mlk@gmail.com">mlk@gmail.com</ext-link> <ext-link ext-link-type="uri" xmlns:xlink="http://www.myexample.com"</ext-link>