<part-title>

Part Title in a Citation (引用文内部分表題)

参考文献内で本の一部分 (例えば章、モジュール) の表題を記述するために使用する。

備考

書籍の標題には <source> を使用します。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*

記述方法

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

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="thesis">
<name><surname>Mackowski</surname>
<given-names>MP</given-names></name>
<source>Human factors: aerospace medicine and the
origins of manned space flight in the United States</source>
<comment>[dissertation]</comment>
<publisher-loc>[Tempe (AZ)]</publisher-loc>
<publisher-name>Arizona State University</publisher-name>
<year iso-8601-date="2002-05">2002</year>
<month>May</month>
<part-title>Part 2, Space medicine</part-title>
<fpage>188</fpage>
<lpage>377</lpage>
</element-citation>
</ref>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="thesis">
<string-name><surname>Mackowski</surname>,
<given-names>MP</given-names></string-name>.
<source>Human factors: aerospace medicine and the
origins of manned space flight in the United States</source>
[dissertation]. <publisher-loc>[Tempe (AZ)]</publisher-loc>:
<publisher-name>Arizona State University</publisher-name>;
<year iso-8601-date="2002-05">2002</year>
<month>May</month>. <part-title>Part 2, Space
medicine</part-title>; p. <fpage>188</fpage>-
<lpage>377</lpage>.</mixed-citation>
</ref>
...