<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 | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | address | answer | answer-set | array | block-alternatives | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | citation-alternatives | element-citation | mixed-citation | nlm-citation | award-id | funding-source | open-access | def-list | list | ack | disp-quote | speech | statement | verse-group | price)*

Description

Any combination of:

This element may be contained in:

Example

...
<article-meta>
...
<elocation-id seq="1">051101</elocation-id>
<permissions>
<license license-type="ccc">
<license-p>0003-6951/2006/88(5)/051101/3/<price>$23.00</price></license-p>
</license>
</permissions>
<abstract>...</abstract>
<counts>
<page-count count="3"/>
</counts>
</article-meta>
...