<chapter-title> Chapter Title (in a citation)

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

Usage/Remarks

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
Content Model
<!ELEMENT  chapter-title
                        (#PCDATA %chapter-title-elements;)*          >
Expanded Content Model

(#PCDATA | abbrev | email | ext-link | uri | bold | fixed-case | italic | monospace | num | 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 | tbx:entailedTerm | xref | sub | sup)*

Tagged Sample

Mixed citation: <part-title> used where <chapter-title> used to be used

...
<ref id="ref_4">
 <label>4</label>
 <mixed-citation publication-type="paper"
  ><person-group person-group-type="author"
   ><string-name><surname>GAVARE</surname>, 
    <given-names>R</given-names>.</string-name></person-group> 
  <part-title>Alphabetic ordering in a 
   lexicological perspective</part-title>. 
  <source>Studies in Computer-Aided Lexicology</source>, 
  <year iso-8601-date="1998">1988</year>, pp. 
  <fpage>63</fpage>&ndash;<lpage>102</lpage>.</mixed-citation>
</ref>
...