<chapter-title>
Chapter Title in a Citation
Title of a cited book chapter.
Remarks
When both are provided within a citation, a title of a cited book is tagged as <source> and the title of a chapter within that book tagged as <chapter-title>.
Content Model
<!ELEMENT chapter-title (#PCDATA %chapter-title-elements;)* >
Expanded Content Model
(#PCDATA | abbrev | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | named-content | styled-content | fn | target | xref | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- <abbrev> Abbreviation or Acronym
- Linking Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Internal Linking Elements
- Baseline Change Elements
This element may be contained in:
Example 1
In an element-style bibliographic reference (punctuation and spacing removed):
...
<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>
...
Example 2
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<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>;
©<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>
...