◇◆
<subtitle> Document Subtitle
Subordinate part of a title for a document or document component.
Usage/Remarks
In Metadata
In the article metadata, the article subtitle and title are identified separately
and tagged with two different elements, the <article-title> and <subtitle> elements.
In Citations
In bibliographic citations, 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 either the <element-citation> element or the <nlm-citation> element, which do not permit untagged text, there are two choices:
- The subtitle may be included with the title inside the <article-title> element for journal articles or inside the <source> element for book titles, proceedings titles, and other titles; or
- The subtitle may be tagged as <named-content> with a @content-type of “subtitle”.
For references tagged with the <mixed-citation> element, there are three choices:
- The subtitle may be included with the title inside the <article-title> element for journal articles or inside the <source> element for book titles, proceedings titles, and other titles;
- The subtitle may be left as untagged data characters within the text of the reference; or
- The subtitle may be tagged as <named-content> with a @content-type of “subtitle”.
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 book titles, proceedings titles, 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.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <break> Line Break
Content Model
<!ELEMENT subtitle (#PCDATA %subtitle-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 | inline-media | 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)*
Tagged Sample
Article subtitle
<article dtd-version="1.4">
<front>
<journal-meta>...</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">1641</article-id>
<article-id pub-id-type="pmid">11598180</article-id>
<article-categories>
<subj-group><subject>ESSAY</subject></subj-group>
</article-categories>
<title-group>
<article-title>Adaptins<fn id="FN206"><p>Online version of this
essay contains supplemental tabular material.</p></fn>
</article-title>
<subtitle>The Final Recount</subtitle>
</title-group>
...
</article-meta>
</front>
...
</article>