<booktitlealt>
The <booktitlealt> element contains an alternative title,
subtitle, or short title for a book.
Specialization hierarchy
The <booktitlealt> 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/booktitlealt
The <booktitlealt> 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 a <booktitlealt> element is used to
provide a subtitle for the main book title:
<bookmap>
<booktitle>
<mainbooktitle>Product Z Installation, Operation, and Maintenance Manual</mainbooktitle>
<booktitlealt>Getting to know Product Z</booktitlealt>
</booktitle>
<!-- ... -->
</bookmap>