license-type

Type of License

Type of license described by the element.

With the Element

<license>
Value Meaning
Text, numbers, or special characters The type of license, for example, “open-access” for a license permitting unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited; or “ccc” for a Copyright Clearance Center statement.
Restriction: @license-type is an optional attribute; there is no default.

Example


...  
<license license-type="open-access">
<license-p>This is an Open Access article: verbatim copying ...</license-p>
</license>    
...