<chapter-title> Chapter Title in a Citation

Title of a cited book chapter. This element is deprecated in both BITS and JATS. Avoid using it; use <part-title> instead.

Usage/Remarks

Scope
This element is not used to name the titles of parts of the current book, it is used only within bibliographic citations, and use there is deprecated.
Within Bibliographic Citations
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

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
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 | serif | 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
...
<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>.
  <part-title>Tobacco use</part-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>;
  &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>
...
Element citation
...
<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>
...