csp logo

Instructions for using this documentation

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article metadata

Article licensing

Element or context:

<permissions><license><license-p>

Requirements:

  1. Use <license>
  2. Set attribute 'license-type' to "open-access" and use attribute 'xlink:href' to link to the URL of the CCBY license (see the example, below)
  3. Include <license-p> within <license> exactly as given in the example, below

Example:

<permissions>
             <copyright-year>2015</copyright-year>
             <copyright-holder>Guevara et al.</copyright-holder>
             <license license-type="open-access" xlink:href="https://creativecommons.org/licenses/by/4.0/deed.en_GB">
              <license-p>This article is open access. This work is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0) <ext-link ext-link-type="uri" xlink:href="http://creativecommons.org/licenses/by/4.0/deed.en_GB">http://creativecommons.org/licenses/by/4.0/deed.en_GB</ext-link></license-p>
              </license>
           </permissions>