<issue-part>

Issue Part (号パート)

ジャーナルの号のサブパートの番号、名前またはその他の識別子。

備考

これは、DOI や SICI など <issue-id> でタグ付けされるような機械可読な内部識別子ではありません。また <issue> でタグ付けされるような号全体の名前や番号でもありません。
ジャーナルの中には、号パートをめったに使用しないものもあり、したがって、めったにこの要素を使用しないものもあります。しかし、ジャーナルには、印刷版において、2 つ以上の別々の部分が 1 号にまとめて綴じられる場合もあります。それらの部分は、同じ号の一部であるにもかかわらず、個別に番号が付けられたり、名前が付けられたりすることがあります。こうした部分の番号や名前をこの要素でタグ付けします。全体の号に共通な識別情報は <issue> 要素に記述します。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

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

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

用例 1

記事メタデータの中で:
...
<article-meta>
<title-group>
<article-title>Crohn&rsquo;s Disease:  Treatment Strategies</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Layman</surname>
<given-names>Steven</given-names></name>
</contrib>
<contrib contrib-type="author">
<name><surname>Aug</surname>
<given-names>Lisa</given-names></name>
</contrib>
</contrib-group>
<aff>Gastrointestinal Department, St
Mark&#x2019;s Hospital, Lexington, KY</aff>
<author-notes>
<fn>
<p>Correspondence to: S. Layman <email>slay@stmark.org</email></p>
</fn>
</author-notes>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1994-03-27">
<day>27</day><month>03</month><year>1994</year></pub-date>
<volume>12</volume>
<issue>3</issue>
<issue-sponsor>Pharmaceutical Research Association</issue-sponsor>
<issue-part>2</issue-part>
<fpage>522</fpage>
<lpage>528</lpage>
...</article-meta>
...

用例 2

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Gosse</surname>
<given-names>P</given-names></name>...
<name><surname>Clementy</surname>
<given-names>J</given-names></name>
<article-title>Reduction in arterial distensibility
in hypertensive patients as evaluated by ambulatory
measurement of the QKD interval is correlated with
concentric remodeling of the left ventricle</article-title>
<source>Am J Hypertens</source>
<year iso-8601-date="1999-12">1999</year>
<month>Dec</month>
<volume>12</volume>
<issue>12</issue>
<issue-part>Pt 1-2</issue-part>
<fpage>1252</fpage>
<lpage>1255</lpage>
</element-citation>
</ref>
...

用例 3

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Gosse</surname>,
<given-names>P</given-names></string-name>,...
<string-name><surname>Clementy</surname>,
<given-names>J</given-names></string-name>.
<article-title>Reduction in arterial distensibility in
hypertensive patients as evaluated by ambulatory measurement
of the QKD interval is correlated with concentric remodeling
of the left ventricle</article-title>. <source>Am J
Hypertens</source>. <year iso-8601-date="1999-12">1999</year>
<month>Dec</month>;<volume>12</volume>
(<issue>12</issue> <issue-part>Pt 1-2</issue-part>):
<fpage>1252</fpage>-<lpage>1255</lpage>.</mixed-citation>
</ref>
...