<title-group>

Title Group

Container element to hold the various titles for a book component such as a chapter

Remarks

Conversion Note: A footnote or other reference inside a title should usually be placed within the title tag, but such footnotes may be placed into a footnote group (<fn-group>) at the end of the <title-group>, if that is the way the footnotes have been placed in the original tagging of the book component.

In the Suite, this element contains <article-title> and is used to hold all the titles pertaining to a journal article. In the Book and Book Collection Tag Sets, <title-group> is used for document parts of books, which contain titles, not <article-title>.

Related Elements

There are several elements concerned with the title of an article, all contained within the container element <title-group> in the article metadata. The <article-title> is the full title of the article in the original language of the document. The <subtitle> is a subordinate or auxiliary title that adds information to the full title or modifies the full title. The <alt-title> is another version of an article title, usually created so that the title can be processed in a special way, for example, a short version of the title for use in a Table of Contents, an ASCII title, or a version of the title to be used in the right-running-head. The <trans-title-group> is also a container element, inside the <title-group>, that holds together a translated title (<trans-title>) and its translated subtitle (<trans-subtitle>). The translated title is a version of the title translated into a language other than the original language of publication, and the matching subtitle is a version of the subtitle translated into a language other than the original language.

Content Model

<!ELEMENT  title-group  %title-group-model;                          >

Expanded Content Model

(title, subtitle*, trans-title-group*, alt-title*, fn-group?)

Description

The following, in order:

This element may be contained in:

<book-part-meta>

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

articlemeta3.ent