<copyright-statement>
Copyright Statement
Copyright notice or statement, suitable for printing or display.
Remarks
Usage:The <copyright-statement> element is used in two contexts: inside the metadata of an article or sub-article and inside the specific metadata for a block object such as a section, figure, or table.
When used in the article or sub-article metadata, the <copyright-statement> refers to the entire document.
When the <copyright-statement> is attached
to an object such as a figure, for example, it records the ownership of the intellectual property of the figure. The copyright for the figure need not be the same as the copyright for the entire article. If the figure was previously published, that information should be described using the <attrib> element, which is a container element for information concerning the origin of a figure, extract, display quote, poetry, or similar element to which it is attached. The element <attrib> can record where the object came from, who said it, who created it, etc.
Tagging Copyright Material The copyright year and copyright holder are usually identified within the copyright statement, as this statement is expected to be displayed. The year may also be repeated in the element <copyright-year> and the copyright organization also be repeated in the element <copyright-holder>, for search and discovery purposes. Since <copyright-holder> is used as metadata not intended for display, that element does not include the face markup elements.
Multiple Copyright Statements: The
copyright statement is allowed to repeat (within the <permissions> element inside the <article-meta> element), to allow an organization to tag information such as the following:
- Several equivalent copyright statements, each in a different language.
- Both a historical copyright statement and the current owner’s copyright.
- The copyright statements for different countries, even if they are all in the same language.
Historical Note: In this Tag Set, the <copyright-holder>, <copyright-statement>, and <copyright-year> elements may be used only within the container element <permissions>. The current NISO JATS values are backward compatible
with the last NLM version, but not with earlier versions. Specifically, in prior versions the <copyright-statement> element was allowed outside the <permissions> container element (although this was not best practice).
Attributes
Content Model
<!ELEMENT copyright-statement (#PCDATA %copyright-statement-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
This element may be contained in:
Example
...
<article-meta>
<article-id pub-id-type="pmid">...</article-id>
<title-group>...</title-group>
<contrib-group>...</contrib-group>
<aff id="StLukes">...</aff>
<pub-date publication-format="print" date-type="pub"
iso-8601-date="1999-03-27">
<day>27</day>
<month>03</month>
<year>1999</year>
</pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>837</fpage>
<lpage>841</lpage>
<history>
<date date-type="accepted" iso-8601-date="2001-01-29">
<day>29</day>
<month>01</month>
<year>1999</year></date>
</history>
<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>
...