<chapter-title>

Chapter Title in a Citation (引用文献内の章の表題)

引用された本の章の表題。

備考

引用の中に両方が提供されている場合、引用された本のタイトルは <source> とタグ付けされ、その書籍内ののタイトルは <chapter-title> とタグ付けされます。

属性

コンテンツ・モデル

<!ELEMENT  chapter-title
                        (#PCDATA %chapter-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="book" publication-format="print">
<name><surname>Al-Ibrahim</surname>
<given-names>MS</given-names></name>
<name><surname>Gross</surname>
<given-names>JY</given-names></name>
<chapter-title>Tobacco use</chapter-title>
<person-group person-group-type="editor">
<name><surname>Walker</surname>
<given-names>HK</given-names></name>
<name><surname>Hall</surname>
<given-names>WD</given-names></name>
<name><surname>Hurst</surname>
<given-names>JW</given-names></name>
</person-group>
<source>Clinical methods: the history, physical,
and laboratory examinations</source>
<publisher-loc>Stoneham (MA)</publisher-loc>
<publisher-name>Butterworth Publishers</publisher-name>
<date-in-citation content-type="copyright-year"
iso-8601-date="1990">1990</date-in-citation>
<fpage>214</fpage>
<lpage>216</lpage>
</element-citation>
</ref>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="book" publication-format="print">
<string-name><surname>Al-Ibrahim</surname>,
<given-names>MS</given-names></string-name>,
<string-name><surname>Gross</surname>,
<given-names>JY</given-names></string-name>.
<chapter-title>Tobacco use</chapter-title>. In:
<string-name><surname>Walker</surname>,
<given-names>HK</given-names></string-name>
<string-name><surname>Hall</surname>,
<given-names>WD</given-names></string-name>
<string-name><surname>Hurst</surname>,
<given-names>JW</given-names></string-name>,
 editors. <source>Clinical methods: the
history, physical, and laboratory examinations</source>.
<publisher-loc>Stoneham (MA)</publisher-loc>:
<publisher-name>Butterworth Publishers</publisher-name>;
&copy;<date-in-citation content-type="copyright-year"
iso-8601-date="1990">1990</date-in-citation>.
p. <fpage>214</fpage>-<lpage>216</lpage>.</mixed-citation>
</ref>
...