◇◆
<ali:license_ref> License Reference (NISO ALI)
A URI that is a pointer to a public license or waiver. If the element has content,
it must be a URI.
Usage/Remarks
This element is defined in NISO Access License and Indicators (ALI) NISO RP-22-2015.
Date Attributes
A given document may contain more than one
<ali:license_ref>, with a @start_date attribute used to differentiate.
Attributes
Namespaces
xmlns:ali (fixed value = http://www.niso.org/schemas/ali/1.0)
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT ali:license_ref %license-ref-model; >
Expanded Content Model
(#PCDATA)
Tagged Sample
CC BY-NC license
...
<permissions>
<ali:free_to_read start_date="2016-01-01"/>
<license>
<ali:license_ref start_date="2016-01-01"
>http://creativecommons.org/licenses/by-nc/4.0/</ali:license_ref>
<license-p>For noncommercial purposes only, this publication may be
reproduced or transmitted in any form or by any means without prior
permission in writing from the publisher, provided it is reproduced
accurately, the source of the material is identified, and you do not
in any way that suggests the licensor endorses you or your use.</license-p>
</license>
</permissions>
...