<license>

License Information

Definition

The set of conditions under which people are allowed to use a book or chapter, or other license-related information or restrictions

Remarks

Best practice is to use the <license> element only within the container element <permissions>. The <license> element is allowed outside the permissions wrapper only for reasons of backwards compatibility.

The current <license> element is a place-holder element that may change after the AIT Working Group has done additional analysis.

Attributes

license-type Type of License
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Model Information

Content Model

<!ELEMENT  license      %license-model;                              >

Description

Any one of:

This element may be contained in:

<permissions> Permissions

Tagged Example

           
...
<book-meta>
<book-id>...</book-id>
...
<history>...</history>
<permissions>
<copyright-statement>Copyright: &copy; 2004 Eichenberger
et al.</copyright-statement>
<copyright-year>2004</copyright-year>
<license license-type="open-access"
xlink:href="https://creativecommons.org/licenses/by/2.0/">
<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.</p>
</license>
</permissions>
<abstract>...</abstract>
</book-meta>
...


           

Module

common.ent