...
Name | Beschreibung | Nutzungsempfehlung |
---|---|---|
content-type | Type of ContentThe attribute @content-type may be used to specify what kind of information is described in the license paragraph, for retrieval or special processing. Typical values are “open-access”, “licensed non-commercial use”, and “CCC-statement” | Kann genutzt werden um zu spezifizieren, welche Art der Information im Text des Elementes beschrieben wird. Nützlich für Retrieval oder spezielle Anwendungsfälle. Die Empfehlung ist hierauf zu verzichten und die Angaben der oben beschriebenen Attribute zu <license> zu benutzen. |
id | Document Internal Identifier | % |
specific-use | Specific Use | |
xml:base | Base |
...
Codeblock |
---|
<permissions> <copyright-statement>Copyright 1999, British Medical Journal</copyright-statement> <copyright-year>1999</copyright-year> <copyright-holder content-type="cooperate-body">British Medical Journal</copyright-holder> </permissions> |
Gesamtbeispiel
Codeblock |
---|
<permissions>
<copyright-statement>Copyright 1999, British Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
<copyright-holder content-type="cooperate-body">British Medical Journal</copyright-holder>
<license license-type="open-access" xlink:href="https://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> |