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 URL
- 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="https://dx.doi.org/10.5061/dryad.bbbb">https://dx.doi.org/10.5061/dryad.bbbb</ext-link>