<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 | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <break> Line Break
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:
<person-group person-group-type="editor">
<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></person-group>, 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>
...