<license-p> License Paragraph

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

Usage/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

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
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 | serif | 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 | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | 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 | award-id | funding-source | open-access | def-list | list | ack | disp-quote | speech | statement | verse-group | price)*

Tagged Samples
“open access”
...
<book-meta>
 <book-id>...</book-id>
 ...
 <pub-history>...</pub-history>
 <permissions>
  <copyright-statement>Copyright: &copy; 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>
 <abstract>...</abstract>
</book-meta>
...
Copyright Clearance Center statement
...
<book-meta>
 ...
 <permissions>
  <copyright-statement>...</copyright-statement>
  <license license-type="ccc">
   <license-p>0003-6951/2006/88(5)/051101/3/<price>$23.00</price></license-p>
  </license>
 </permissions>
 <abstract>...</abstract>
</book-meta>
...