◇◆
<part-title> Part Title (in a citation)
Within a citation (such as a <mixed-citation> or an <element-citation>), when books are divided into Parts (which may then contain smaller units such as
chapters), this element can be used to record the title of the cited Part. The book
would be tagged as <source>.
Usage/Remarks
Part Title (in a citation) is a JATS element, which is not related to standards. For standards, the title of a part in a multipart standard
is typically tagged using the element <compl> element, which is a portion of the standard’s title in the standard document’s metadata.
(See <title-wrap>.)
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- Emphasis Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
Content Model
<!ELEMENT part-title (#PCDATA %part-title-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*
Tagged Sample
Titled portion of a cited thesis
...
<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>
...