<part-title>

Part Title in a Citation

Within a citation (a <mixed-citation> or an <element-citation>) to a book that is divided into Parts (which may then contain smaller units such as Chapters), this element may be used to record the title of the cited Part.

Remarks

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

Content Model

<!ELEMENT  part-title   (#PCDATA %part-title-elements;)*             >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | email | ext-link | uri | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>

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>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>2002</year>
<month>May</month>. <part-title>Part 2, Space
medicine</part-title>; p. <fpage>188</fpage>-
<lpage>377</lpage>.</mixed-citation>
</ref>
...


Module

references3.ent