<patent>

Patent Number, Cited ((引用文献中の) 特許番号)

文献書誌または製品情報内で使用される特許の識別情報。

備考

この要素は引用文献要素 (<element-citation> および <mixed-citation>) で使用します。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

ゼロまたは 1 個以上の文字、数字または特殊文字

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

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="patent">
<person-group person-group-type="inventor">
<name><surname>Cho</surname>
<given-names>ST</given-names></name>
</person-group>
<collab collab-type="assignee">Hospira, Inc.</collab>
<article-title>Microneedles for minimally invasive
drug delivery</article-title>
<source>United States patent</source>
<patent country="US">US 6,980,855</patent>
<year iso-8601-date="2005-12-27">2005</year>
<month>Dec</month>
<day>27</day>
</element-citation>
</ref>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="patent">
<string-name><surname>Cho</surname>,
<given-names>ST</given-names></string-name>, inventor;
<collab>Hospira, Inc.</collab>, assignee.
<article-title>Microneedles for minimally invasive
drug delivery</article-title>. <source>United States
patent</source> <patent country="US">US 6,980,855</patent>.
<year iso-8601-date="2005-12-27">2005</year>
<month>Dec</month> <day>27</day>.</mixed-citation>
</ref>
...