<license>
License Information (ライセンス情報)
コンテンツの使用、アクセス、配布がされる条件の一式。
属性
コンテンツ・モデル
<!ELEMENT license %license-model; >
拡張コンテンツ・モデル
((ali:license_ref | license-p)+)
記述方法
以下の中から 1 個:
この要素は以下の要素内に含むことができます:
用例
...
<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>
...