<bookmap>
The <bookmap> element is a map specialization used to describe the
relationships among a set of DITA topics intended to be configured as a traditional
book.
Bookmaps consist of references to topics organized as book content. The topic references
therefore are labeled according to the book components they point to, such as book
title, front
matter, chapter, and appendix.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- map/map bookmap/bookmap
Example
<bookmap xml:lang="en-us"> <booktitle> <booklibrary>Books about stuff</booklibrary> <mainbooktitle>A book about one thing</mainbooktitle> </booktitle> <bookmeta> <bookrights> <copyrfirst><year>1994</year></copyrfirst> <copyrlast><year>2006</year></copyrlast> <bookowner>OASIS</bookowner> </bookrights> </bookmeta> <frontmatter> <booklists> <toc/> <figurelist/> <tablelist/> </booklists> <bookabstract href="MyBookAbstract.dita"/> <preface href="preface.dita"></preface> </frontmatter> <chapter href="chapter1.dita"> <topicref href="subchap1.dita"></topicref> </chapter> <chapter href="chapter2.dita"> <topicref href="subchap2.dita"></topicref> </chapter> <appendix href="app1.dita"> <topicref href="insideApp1.dita"></topicref> </appendix> <appendix href="app2.dita"> <topicref href="insideApp2.dita"></topicref> </appendix> <backmatter> <amendments href="updatesToTheBook.dita"/> <booklists> <trademarklist href="listoftrademarks.dita"/> <indexlist/> </booklists> </backmatter> </bookmap>
Attributes
The following attributes are available on this element: Universal attribute group (with a narrowed definition of @id, given below), Attributes common to many map elements, Architectural attribute group, @outputclass, and the attributes defined below. This element also uses @type, @scope, and @format from Link relationship attribute group.
- @id
- Allows an ID to be specified for the map. Note that maps do not require IDs (unlike topics), and the map ID is not included in references to elements within a map. This attribute is defined with the XML Data Type ID.
- @anchorref
- Identifies a location within another map
document where this map will be anchored.
Resolution of the map is deferred until the final
step in the delivery of any rendered content. For
example,
anchorref="map1.ditamap#a1"
allows the map with @anchorref to be pulled into the location of the anchor point "a1" insidemap1.ditamap
whenmap1.ditamap
is rendered for delivery.