<ali:license_ref>
License Reference (NISO Access License and Indicators) (ライセンス参照 (NISO Access License and Indicators))
このコンテンツが使用できる条件を示すライセンス条項の URI の参照。
備考
この要素は、NISO RP-22-2015アクセスライセンスと指示子推奨基準で定義されています。
日付属性 ある文書は開始日属性 @start_date が異なった、複数の <ali:license_ref> を持つことができます。
属性
コンテンツ・モデル
<!ELEMENT ali:license_ref %license-ref-model; >
拡張コンテンツ・モデル
(#PCDATA)
記述方法
文字、数字または特殊文字
この要素は以下の要素内に含むことができます:
用例 1
この記事は限定された期間内において閲覧自由:
...
<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>
...
用例 2
ライセンス条件と使用権が時期によって異なる例。最初 (出版時) は指定のライセンスによるが、1 年後には CC BY で提供される。
... <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> ...