<mainbooktitle>
The <mainbooktitle> element contains the primary title for a
book.
Specialization hierarchy
The <mainbooktitle> element is specialized from
<ph>. It is defined in the bookmap module.
Content model
(Text | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <cite> | <image>)*
Contained by
- Text
<cite><image><keyword><ph><q><term><text><tm>
Contained by
Inheritance
- topic/ph bookmap/mainbooktitle
The <mainbooktitle> element is specialized from <ph>. It is defined in the bookmap module.
Attributes
The following attributes are
available on this element: universal
attributes and @keyref.
The following attributes are available on this element: universal attributes and the attributes defined below.
@keyref- Specifies a key
name that acts as a redirectable reference based on a key
definition within a map. See STUB CONTENT for information on using
this attribute.
For HDITA, the equivalent of
@keyrefis@data-keyref
Example
This section is non-normative.
The following code sample shows how to use <mainbooktitle> to
provide the main title of the book:
<bookmap>
<booktitle>
<booklibrary>Construction Equipment</booklibrary>
<mainbooktitle>Bulldozer Service Manual</mainbooktitle>
<booktitlealt>Models 1234-5678</booktitlealt>
</booktitle>
<!-- ... metadata, front matter, and book content ... -->
</bookmap>