◇◆
<ali:license_ref> License Reference (NISO and Access License Indicators)
A reference to a URI that carries the license terms specifying how
a work may be used.
Usage/Remarks
This element is defined in NISO RP-22-2021, Access & License Indicators (2021 Revision) Recommended
Practice.
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 Samples
CC BY license
...
<permissions>
<license>
<ali:license_ref xmlns:ali="http://www.niso.org/schemas/ali/1.0/">
http://creativecommons.org/licenses/by/3.0/</ali:license_ref>
</license>
</permissions>
...
“open license”
...
<permissions>
<license>
<ali:license_ref xmlns:ali="http://www.niso.org/schemas/ali/1.0/" start_date="2015-02-03">
http://www.examplesite.org/open_license.html</ali:license_ref>
</license>
</permissions>
...
Licensing and usage rights changing over time
... <permissions> <license> <ali:license_ref xmlns:ali="http://www.niso.org/schemas/ali/1.0/" start_date="2014-02-03"> http://www.psychoceramics.org/license_v1.html</ali:license_ref> <ali:license_ref xmlns:ali="http://www.niso.org/schemas/ali/1.0/" start_date="2015-02-03"> http://creativecommons.org/licenses/by/3.0/</ali:license_ref> </license> </permissions> ...