<license-p>

License Paragraph

Paragraph of text within the description of a <license>.

Remarks

The ordinary <p> is not used, because additional tags are allowed only within <license-p>.
The attribute @content-type may be used to specify what kind of information is described in the license paragraph, for retrieval or special processing. Typical values are “open-access”, “licensed non-commercial use”, and “CCC-statement”.

Attributes

Content Model

<!ELEMENT  license-p    (#PCDATA %license-p-elements;)*              >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | boxed-text | chem-struct-wrap | code | fig | graphic | media | preformat | supplementary-material | table-wrap | disp-formula | disp-formula-group | citation-alternatives | element-citation | mixed-citation | nlm-citation | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | award-id | funding-source | open-access | chem-struct | inline-formula | inline-graphic | inline-media | private-char | def-list | list | mml:math | abbrev | index-term | index-term-range-end | named-content | styled-content | disp-quote | speech | statement | verse-group | fn | target | xref | sub | sup | price)*

Description

Any combination of:

This element may be contained in:

Example

...
<article-meta>
...
<permissions>
<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>
...