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

Tagged Samples
Providing trademark information
...
<permissions>
 <copyright-statement>Copyright &#xa9; 2015 by The Institute 
  of Electrical and Electronics Engineers, Inc. All rights 
  reserved. Published 18 December 2015. Printed in the United 
  States of America.</copyright-statement>
 <copyright-year>2015</copyright-year>
 <copyright-holder>IEEE</copyright-holder>
 <license>
  <license-p>IEEE is a registered trademark in the U.S. Patent 
   &amp; Trademark Office, owned by The Institute of Electrical 
   and Electronics Engineers, Incorporated.</license-p>
 </license>
</permissions>
...
In bilingual standard
...
<permissions>
 <license xml:lang="en">
  <license-p>Apart from exceptions provided by the law, 
   nothing from this publication may be duplicated and/or 
   published ...</license-p>
  <license-p>The Netherlands Standardization Institute 
   shall, with the exclusion of any other beneficiary, 
   collect ...</license-p>
 </license>
 <license xml:lang="nl">
  <license-p>Auteursrecht voorbehouden. Behoudens 
   uitzondering door de wet gesteld mag zonder schriftelijke 
   toestemming van het Nederlands Normalisatie-instituut 
   niets uit deze uitgave worden ...</license-p>
  <license-p>Het Nederlands Normalisatie-instituut is 
   met uitsluiting van ieder ander gerechtigd de door 
   ...</license-p>
 </license>
</permissions>
...