<copyright-holder>
Copyright Holder
Name of the organizational or personal entity that holds a copyright.
Remarks
Duplication with the <copyright-statement>: The name of the copyright holder is typically text within the copyright statement, as this statement is expected to be displayed. For purposes of searching and metadata extraction, Best Practice is to repeat the copyright holder name using this <copyright-holder> element.
Multiple copyright holders: When a standards document has more than one copyright holder (for example, dual copyrights for two separate SDOs):
- There may be a single <copyright-statement> that names all the copyright owners.
- There may be several <copyright-statement>s, each naming one copyright owner.
- Best Practice is to repeat the <copyright-holder> element, once for each copyright owner.
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
- Baseline Change Elements
This element may be contained in:
Example 1
Copyright statement and single copyright holder:
...
<std-meta>
...
<permissions>
<copyright-statement>ASME is the registered trademark of The American Society
of Mechanical Engineers.</copyright-statement>
<copyright-year>2017</copyright-year>
<copyright-holder>THE AMERICAN SOCIETY OF MECHANICAL ENGINEERS</copyright-holder> </permissions>
</std-meta>
...
Example 2
Copyright year and holder with no copyright statement:
...
<iso-meta id="profile.int">
...
<secretariat>...</secretariat>
<permissions>
<copyright-year>2006</copyright-year>
<copyright-holder>ISO</copyright-holder>
</permissions>
</iso-meta>
...
Example 3
Two copyright holders:
... <permissions> <copyright-statement>© NACE International/ASTM International 2015 – All rights reserved</copyright-statement> <copyright-year>2015</copyright-year> <copyright-holder>NACE International</copyright-holder> <copyright-holder>ASTM International</copyright-holder> <license> <license-p>All rights reserved</license-p> </license> </permissions> ...