◇◆
<chapter-title> Chapter Title in a Citation (deprecated)
Title of a cited book chapter. This element is deprecated.
Usage/Remarks
Avoid using <chapter-title>; use <part-title> instead.
When both are provided within a citation, a title of a cited book is tagged as <source>, and the title of the chapter, lesson, module, or other part within that book should
be tagged as <part-title>.
This element has been retained for backward compatibility.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
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
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <break> Line Break
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)*
Tagged Sample
In citations
Mixed citation: <part-title> used where <chapter-title> used to be used
...
<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>. In:
<part-title>Tobacco use</part-title>.
<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>
...
Element citation: <part-title> used where <chapter-title> used to be used
...
<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>
<part-title>Tobacco use</part-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>
...
Related Resources
- See: Titles in Citations