<license>
License Information
Set of conditions under which the content may be used, accessed, and distributed.
Attributes
Content Model
<!ELEMENT license %license-model; >
Expanded Content Model
((ali:license_ref | license-p)+)
Description
Any one of:
This element may be contained in:
Example 1
Indicating that the document is an “open access” article available under the terms of a
Creative Commons Attribution License:
...
<article-meta>
...
<permissions>
<copyright-statement>Copyright: © 2004 Eichenberger
et al.</copyright-statement>
<copyright-year>2004</copyright-year>
<license license-type="open-access"
xlink:href="http://creativecommons.org/licenses/by/2.0/">
<license-p>This is an open-access article distributed under the terms of
the Creative Commons Attribution License, which permits unrestricted
use, distribution, and reproduction in any medium, provided the original
work is properly cited.</license-p>
</license>
</permissions>
<related-article related-article-type="companion"
xlink:title="synopsis" xlink:href="10.1371/journal.pbio.0020359"
vol="2" page="e359">
<article-title>How to Make a Mother in Five Easy Steps</article-title>
</related-article>
...
</article-meta>
...
Example 2
The document has an “open license” from examplesite.org starting on February 3, 2015. There is no license information available before that date:
...
<permissions>
<license>
<ali:license_ref xmlns:ali="http://www.niso.org/schemas/ali/1.0/" start_date="2015-02-03">
http://www.examplesite.org/open_license.html</ali:license_ref>
</license>
</permissions>
...