<permissions>
Permissions
Container element for copyright and license information.
Remarks
The sub-elements of this elements are repeatable. If multiple values are applicable (such as multiple copyright years), they should be tagged separately rather than as multiple values within a single element.
Content Model
<!ELEMENT permissions %permissions-model; >
Expanded Content Model
(copyright-statement*, copyright-year*, copyright-holder*, (ali:free_to_read | license)*)
Description
The following, in order:
- <copyright-statement> Copyright Statement, zero or more
- <copyright-year> Copyright Year, zero or more
- <copyright-holder> Copyright Holder, zero or more
- Any combination of:
This element may be contained in:
Example
...
<article-meta>
<title-group>...</title-group>
<contrib-group>...</contrib-group>
<permissions>
<copyright-statement>Copyright © 1999, British
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
<copyright-holder>British Medical Journal</copyright-holder>
</permissions>
<abstract>
<p>To examine the effectiveness of day hospital attendance
in prolonging independent living for elderly people.</p>
</abstract>
</article-meta>
...