<part-title>

Part Title in a Citation

Title of part of a book (for example, chapter, module) described in a bibliographic reference.

Remarks

The book’s title should be tagged as <source>.

Attributes

Content Model

<!ELEMENT  part-title   (#PCDATA %part-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 | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*

Description

This element may be contained in:

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):
    ...
<ref>
<element-citation publication-type="thesis">
<name><surname>Mackowski</surname>
<given-names>MP</given-names></name>
<source>Human factors: aerospace medicine and the
origins of manned space flight in the United States</source>
<comment>[dissertation]</comment>
<publisher-loc>[Tempe (AZ)]</publisher-loc>
<publisher-name>Arizona State University</publisher-name>
<year iso-8601-date="2002-05">2002</year>
<month>May</month>
<part-title>Part 2, Space medicine</part-title>
<fpage>188</fpage>
<lpage>377</lpage>
</element-citation>
</ref>
...   

Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):
    ...
<ref>
<mixed-citation publication-type="thesis">
<string-name><surname>Mackowski</surname>
<given-names>MP</given-names></string-name>.
<source>Human factors: aerospace medicine and the
origins of manned space flight in the United States</source>
[dissertation]. <publisher-loc>[Tempe (AZ)]</publisher-loc>:
<publisher-name>Arizona State University</publisher-name>;
<year iso-8601-date="2002-05">2002</year> <month>May</month>.
<part-title>Part 2, Space medicine</part-title>; p.
<fpage>188</fpage>-<lpage>377</lpage>.</mixed-citation>
</ref>
...