<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:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- Paragraph-level Display Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Citation Elements
- Emphasis Elements
- <award-id> Award Identifier
- <funding-source> Funding Source
- <open-access> Open Access
- Inline Math Elements
- Inline Display Elements
- <private-char> Private Character (Custom or Unicode)
- Lists
- Other Inline Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- Internal Linking Elements
- Baseline Change Elements
- <price> Price
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>
...