<title>
Title
Attributes
Content Model
<!ELEMENT title (#PCDATA %struct-title-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 | serif | 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 | citation-alternatives | element-citation | mixed-citation)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- 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
- <serif> Serif
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
- <break> Line Break
- Citation Elements
This element may be contained in:
<abstract>, <ack>, <answer>, <answer-set>, <app>, <app-group>, <author-comment>, <author-notes>, <back>, <bio>, <caption>, <def-list>, <disp-quote>, <explanation>, <fn-group>, <glossary>, <index-title-group>, <kwd-group>, <list>, <list-item>, <notes>, <option>, <question>, <question-preamble>, <question-wrap-group>, <ref-list>, <sec>, <statement>, <supplement>, <table-wrap-foot>, <title-group>, <toc-entry>, <toc-title-group>, <trans-abstract>, <verse-group>
Example 1
As part of a book part:
<book dtd-version="2.0">
<book-meta>...</book-meta>
<front-matter>...</front-matter>
<book-body>
<book-part id="bid.2" book-part-type="chapter">
<book-part-meta>
<book-part-id book-part-id-type="doi">...</book-part-id>
<title-group>
<label>1</label>
<title>GenBank: The Nucleotide Sequence Database</title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Mizrachi</surname>
<given-names>Ilene</given-names></name>
</contrib>
</contrib-group>
<pub-history>
<date date-type="created" iso-8601-date="2002-10-09">
<day>09</day><month>10</month><year>2002</year>
</date>
<date date-type="updated" iso-8601-date="2004-07-27">
<day>27</day><month>07</month><year>2004</year>
</date>
</pub-history>
</book-part-meta>
<body>
<sec id="bid.3">...</sec>
...</body>
<back>...</back>
</book-part>
</book-body>
</book>
Example 2
As part of appendices in the back of a book:
... <book-back> <book-app-group> <book-app id="bid.301"> <book-part-meta> <title-group> <title>Appendix 1. TAXON nametypes.</title> </title-group> </book-part-meta> <body> <sec id="bid.302"> <title>Scientific Name</title> <p>Every node in the database is required to have ...</p> ... </sec> ... </body> </book-app> <book-app id="bid.317"> <book-part-meta> <title-group> <title>Appendix 2. Functional classes of TAXON scientific names.</title> </title-group> </book-part-meta> <body>...</body> </book-app> <book-app id="bid.331"> <book-part-meta> <title-group> <title>Appendix 3. Other TAXON data types.</title> </title-group> </book-part-meta> <body>...</body> </book-app> </book-app-group> </book-back> ...
Example 3
As part of an acknowledgments section:
...
<book-back>
<ack id="bid.394">
<title>Acknowledgments</title>
<p>We gratefully acknowledge the work of Vladimir Soussov,
as well as the entire NCBI Entrez team, especially Grisha
Starchenko, Vladimir Sirotinin, Alexey Iskhakov, Anton
Golikov, and Pramod Paranthaman. We thank Jim Ostell for
guidance, ...</p>
</ack>
<ref-list>...</ref-list>
</book-back>
...
Example 4
In the narrative text, section titles:
...
<book-part id="bid.4" book-part-type="chapter">
<book-part-meta>...</book-part-meta>
<body>
<sec id="bid.5" sec-type="intro">
<title>Introduction</title>
<p>Geriatric day hospitals developed rapidly in the United Kingdom in the 1960s
as an important component of care provision. The model has since been widely
applied in several Western countries. Day hospitals provide multidisciplinary
assessment and rehabilitation in an outpatient setting and have a pivotal
position between hospital and home based services. ...</p>
...</sec>
...
</body>
</book-part>
...
Example 5
Title of a figure, which is part of the <caption>:
... <sec id="bid.36"> <title>Microbial Genomes</title> <p>... A CON entry, containing instructions on how to put the pieces back together, is also made. The CON entry contains descriptor information, such as source organism and references, as well as a join statement providing explicit instructions on how to generate the complete genome from the pieces. The Accession number assigned to the CON record is also added as a secondary Accession number on each of the pieces that make up the complete genome (see <xref ref-type="fig" rid="bid.37">Figure 2</xref>). <fig id="bid.37"> <label>2</label> <caption> <title>A GenBank CON entry for a complete bacterial genome.</title> <p>The information toward the <italic>bottom</italic> of the record describes how to generate the complete genome from the pieces.</p> </caption> <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ch1f2" mime-subtype="gif"/> </fig> </p> ...</sec> ...