<license-p> License Paragraph
Usage/Remarks
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- Paragraph-level Display Elements
- <answer> Answer to a Question
- <answer-set> Answer Set
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material Metadata
- <table-wrap> Table Wrapper
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Citation Elements
- Emphasis Elements
- <award-desc> Award Description
- <award-id> Award Identifier
- <award-name> Award Name
- <funding-source> Funding Source
- <open-access> Open Access
- <support-source> Support Source
- Inline Math Elements
- Inline Display Elements
- <private-char> Private Character (Custom or Unicode)
- Lists
- Math Element
- 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
Content Model
<!ELEMENT license-p (#PCDATA %license-p-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | answer | answer-set | boxed-text | chem-struct-wrap | code | explanation | fig | graphic | media | preformat | question | question-wrap | question-wrap-group | 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-desc | award-id | award-name | funding-source | open-access | support-source | 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)*
Tagged Sample
“open access”
...
<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>
...