<book-title>

Book Title

The title of the book in the language in which the book was originally published

Attributes

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

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  book-title   (#PCDATA %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)*

Description

Any combination of:

This element may be contained in:

<book-title-group>

Example

<book>
<book-meta>
<book-id pub-id-type="other">emdocrin</book-id>
<book-title-group>
<book-title>Endocrinology</book-title>
<subtitle>An Integrated Approach</subtitle>
</book-title-group>
...</book-meta>
<book-front>...</book-front>
<body>...</body>
<back>...</back>
</book>

Module

bookmeta3.ent