<booklibrary>

The <booklibrary> element contains information about the library, series, or collection of documents to which a book belongs.

The <booklibrary> element is specialized from <ph>. It is defined in the bookmap module.

(Text | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <cite> | <image>)*

Contained by

<booktitle>

Zero or more of the following
  • Text
  • <cite>
  • <image>
  • <keyword>
  • <ph>
  • <q>
  • <term>
  • <text>
  • <tm>

Contained by

- topic/ph bookmap/booklibrary

The <booklibrary> element is specialized from <ph>. It is defined in the bookmap module.

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.

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>