<pub-id>

Publication Identifier for a Cited Publication (引用文献の文献識別子)

文献書誌または製品情報内の出版物の識別子。

備考

外部識別子: この要素は、出版者またはアーカイブが出版物に割り当てた外部識別子を格納します。この要素の内容は、@id 属性と混同してはいけません。この属性は、ソフトウェアが単純なリンクを実行するために使用する内部文書識別子のためのものです。
種別属性: The @pub-id-type 属性は、識別子の種別を識別するため、またはこの識別子を定義した機関、組織、またはシステム、たとえば、DOI、PubMed Central 識別子、Coden、出版者識別子、などを特定するために使用されます (値については @pub-id-type を参照)。

属性

コンテンツ・モデル

<!ELEMENT  pub-id       (#PCDATA)                                    >

記述方法

文字、数字または特殊文字

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

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref id="B8">
<element-citation>
<person-group person-group-type="author">
<name> <surname>Weissert</surname>
<given-names>W</given-names></name>
<name> <surname>Wan</surname>
<given-names>T</given-names></name>
<name> <surname>Livieratos</surname>
<given-names>B</given-names></name>
<name> <surname>Katz</surname>
<given-names>S</given-names></name>
</person-group>
<article-title>Effects and costs of day-care services
for the chronically ill: a randomized
experiment</article-title>
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>
<volume>18</volume>
<fpage>567</fpage>
<lpage>584</lpage>
<pub-id pub-id-type="pmid">6772889</pub-id>
</element-citation>
</ref>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref id="B8">
<label>8</label>
<mixed-citation>
<string-name><surname>Weissert</surname>,
<given-names>W</given-names></string-name>
<string-name><surname>Wan</surname>,
<given-names>T</given-names></string-name>
<string-name><surname>Livieratos</surname>,
<given-names>B</given-names></string-name>
<string-name><surname>Katz</surname>,
<given-names>S</given-names></string-name>
<article-title>Effects and costs of day-care services
for the chronically ill: a randomized
experiment.</article-title>
<source>Medical Care</source>
<volume>18</volume>
<year iso-8601-date="1980">1980</year>
<fpage>567</fpage>
<lpage>584</lpage>.
<pub-id pub-id-type="pmid">6772889</pub-id>
</mixed-citation>
</ref>
...