<license-p>

License Paragraph (ライセンス段落)

<license> の説明内にあるテキストの段落。

備考

通常の <p> は使いません。それは追加のタグが <license-p> の中だけで使用できるためです。
属性 @content-type は、どのような情報がライセンス段落に記述されているかを指定して、検索その他の処理の便宜を図ります。典型的な値は、“open-access”、“licensed non-commercial use”、 “CCC-statement” などです。

属性

コンテンツ・モデル

<!ELEMENT  license-p    (#PCDATA %license-p-elements;)*              >

拡張コンテンツ・モデル

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | citation-alternatives | element-citation | mixed-citation | nlm-citation | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | award-id | funding-source | open-access | chem-struct | inline-formula | inline-graphic | private-char | def-list | list | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | disp-quote | speech | statement | verse-group | fn | target | xref | sub | sup | price)*

記述方法

以下のあらゆる組合せ:

この要素は以下の要素内に含むことができます:

用例

...
<article-meta>...
<elocation-id seq="1">051101</elocation-id>
<permissions>
<license license-type="ccc">
<license-p>0003-6951/2006/88(5)/051101/3/<price>$23.00</price></license-p>
</license>
</permissions>
<abstract>...</abstract>
<counts>
<page-count count="3"/>
</counts>
</article-meta>
...