Subordinate part of a title for a document or document component.
In Metadata: In the book metadata (<book-meta>) the book title and subtitle are identified separately and tagged with two different elements, the <book-title> element and <subtitle> element. In the metadata for a book component (<book-part-meta>), the title of the book component and the subtitle are also identified separately and tagged with two different elements, the <title> element and the <subtitle> element.
In Citations: Within a bibliographic reference citation, the subtitle of a document cannot be preserved separately as this Tag Set identifies no cited-subtitle elements. How the subtitle should be tagged depends on how the citation is tagged.
For references tagged with the <element-citation> element, which does not permit untagged text, there are two choices:
For references tagged with the <mixed-citation> element, there are three choices:
Best Practice In Citations: Although this Tag Set cannot enforce either practice, retrieval performance will be enhanced if the subtitle for all cited material is consistently placed within the <article-title> element for journal articles and within the <source> element for books, proceedings, reports, and other documents. When marked as either a <named-content> or left as untagged text, the subtitle is easy to lose to searching. It is also not always easy to identify, particularly with historical or foreign material, which part of a multipart title is the main title and which the subtitle.
<!ELEMENT subtitle (#PCDATA %subtitle-elements;)* >
(#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 | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*
Any combination of:
<abstract>, <ack>, <answer>, <app>, <app-group>, <bio>, <book-title-group>, <notes>, <question>, <sec>, <title-group>, <toc-entry>, <trans-abstract>, <verse-group>
...
<book-meta>
<book-id>...</book-id>
<book-title-group>
<book-title>Sequence - Evolution - Function</book-title>
<subtitle>Computational Approaches in Comparative Genomics</subtitle>
</book-title-group>
...
<publisher>
<publisher-name>Kluwer Academic Publishers</publisher-name>
<publisher-loc>Norwell, MA</publisher-loc>
</publisher>
<permissions>
<copyright-statement>© 2003 by Kluwer Academic Publishers.</copyright-statement>
<copyright-year>2003</copyright-year>
</permissions>
<abstract>...</abstract>
</book-meta>
...