<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
Model Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example 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
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Inline Display Elements
- Lists
- Math Elements
- Other Inline Elements
- <ref-list> Reference List (Bibliographic Reference List)
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term
- <xref> X(cross) Reference
- <break> Line Break
- Baseline Change Elements
- <price> Price
This element may be contained in:
Example 1
Providing trademark information:
...
<permissions>
<copyright-statement>Copyright © 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
& Trademark Office, owned by The Institute of Electrical
and Electronics Engineers, Incorporated.</license-p>
</license>
</permissions>
...
Example 2
In a 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> ...