<booklibrary>
The <booklibrary>
element contains information about the
library, series, or collection of documents to which a book belongs.
Specialization hierarchy
The <booklibrary>
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/booklibrary
The <booklibrary>
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
@keyref
is@data-keyref
Example
This section is non-normative.
The following code sample shows how to use <booklibrary>
to
include this book as part of a larger library:
<bookmap>
<booktitle>
<booklibrary>Construction Equipment</booklibrary>
<mainbooktitle>Bulldozer Service Manual</mainbooktitle>
<booktitlealt>Models 1234-5678</booktitlealt>
</booktitle>
<!-- ... metadata, front matter, and book content ... -->
</bookmap>