<title>

Title

Heading or title for a structural element (for example, a <sec>, an <app>, or a <boxed-text>).

Attributes

content-type Type of Content
display-as Display As
id Identifier
show-in-toc Show in Table of Contents
specific-use Specific Use
suppress Suppress

Related Elements

In the BITS, this element is used for the title of a book component (such as a <book-part> or named book component), as well as for section titles, appendix titles, Index titles, Table of Contents titles, et al.

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 | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | 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:

This element may be contained in:

<abstract>, <ack>, <app>, <app-group>, <author-comment>, <author-notes>, <back>, <bio>, <caption>, <def-list>, <disp-quote>, <fn-group>, <glossary>, <kwd-group>, <list>, <notes>, <ref-list>, <sec>, <statement>, <supplement>, <table-wrap-foot>, <title-group>, <toc-entry>, <trans-abstract>, <verse-group>

Example 1

          
...
<book-back>
<app-group>
<app id="bid.301">
<title>Appendix 1. TAXON nametypes.</title>
<sec id="bid.302">
<title>Scientific Name</title>
<p>Every node in the database is required to have ...</p>
...
</sec>
...
</app>
<app id="bid.317">
<title>Appendix 2. Functional classes of TAXON scientific names.</title>
...
</app>
<app id="bid.331">
<title>Appendix 3. Other TAXON data types.</title>
...
</app>
</app-group>
</book-back>
...


        

Example 2

          
...
<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>
...


        

Module

JATS-common1.ent