<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>.
Content Model
<!ELEMENT part-title (#PCDATA %part-title-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | email | ext-link | uri | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- Linking Elements
- Baseline Change Elements
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>
...