<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.

Attributes

id Document Internal Identifier
xml:base Base

Content Model

<!ELEMENT  permissions  %permissions-model;                          >

Expanded Content Model

(copyright-statement*, copyright-year*, copyright-holder*, license*)

Description

The following, in order:

This element may be contained in:

Example

...
<article-meta>
<title-group>...</title-group>
<contrib-group>...</contrib-group>
<permissions>
<copyright-statement>Copyright &#x00A9; 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>
...