<title>

Title

Heading or title for a structural element, such as a <book-part>, <sec>, <app>, <boxed-text>, etc.

Attributes

content-type Type of Content
id Identifier
xml:lang Language

Related Elements

This element is not used for any book-level titles. Within the metadata for the book, there are several elements concerned with the title of a book or any of its components (such as a chapter), all contained within the container element <book-title-group> in the book metadata or the <title-group> in the metadata for a book component (<book-part-meta>):

The <title>is used for the full title of book component such as a chapter

Within the bibliographic reference (<mixed-citation>) a journal article <article-title> may be cited, while a book or journal title (that contains the cited article or chapter) is <source>.

Content Model

<!ELEMENT  title        (#PCDATA %struct-title-elements;)*           >

Expanded Content Model

(#PCDATA | email | ext-link | multi-link | uri | inline-supplementary-material | related-article | related-object | 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 | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | break | element-citation | mixed-citation | nlm-citation)*

Description

Any combination of:

This element may be contained in:

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

Example

<book>
...
<book-front>...</book-front>
<body>
<book-part id="bid.1" book-part-type="part" book-part-number="Part 1">
<book-part-meta>
<title-group>
<title>The Databases</title>
</title-group>
</book-part-meta>
<body>
<book-part id="bid.2" book-part-type="chapter" book-part-number="1">
<book-part-meta>
<title-group>
<title>GenBank: The Nucleotide Sequence Database</title>
</title-group>
<contrib-group>...</contrib-group>
<history>
<date date-type="created">
<day>09</day>
<month>10</month>
<year>2002</year>
</date>
<date date-type="updated">
<day>27</day>
<month>07</month>
<year>2004</year>
</date>
</history>
<alternate-form xmlns:xlink="http://www.w3.org/1999/xlink"
alternate-form-type="pdf" xlink:href="ch1d1"/>
<abstract>
<title>Summary</title>
<p>The GenBank sequence database is an annotated collection ...</p>
...
</abstract>
</book-part-meta>
<body>
<sec id="bid.3">
<title>History</title>
<p>Initially, GenBank was built and maintained at Los Alamos
National Laboratory ...</p>
</sec>
...
</body>
...
</book-part>
...
</body>
</book-part>
...
</body>
...
</book>

Module

common3.ent