3.2.5.2.1 bookmeta

The <bookmeta> element contains information about the book that is not considered book content, such as copyright information, author information, and any classifications.

Contains

Doctype

Content model

bookmap

( (linktext) (optional) then (searchtitle) (optional) then (shortdesc) (optional) then (author or authorinformation) (any number) then (source) (optional) then (publisherinformation) (any number) then (critdates) (optional) then (permissions) (optional) then (metadata) (any number) then (audience) (any number) then (category) (any number) then (keywords or exportanchors) (any number) then (prodinfo) (any number) then (othermeta) (any number) then (resourceid) (any number) then (bookid) (optional) then (bookchangehistory) (any number) then (bookrights) (any number) then (data) (any number) )

learningBookmap

( (linktext) (optional) then (searchtitle) (optional) then (shortdesc) (optional) then (author or authorinformation) (any number) then (source) (optional) then (publisherinformation) (any number) then (critdates) (optional) then (permissions) (optional) then (metadata or lcLom) (any number) then (audience) (any number) then (category) (any number) then (keywords or exportanchors) (any number) then (prodinfo) (any number) then (othermeta) (any number) then (resourceid) (any number) then (bookid) (optional) then (bookchangehistory) (any number) then (bookrights) (any number) then (data) (any number) )

Contained by

Doctype

Content model

bookmap, learningBookmap

bookmap

Inheritance

- map/topicmeta bookmap/bookmeta

Example

In this example:

This example makes heavy use of authorinformation, which is a domain element that OASIS delivers only with the bookmap specialization. However, other bookmap DTDs or schemas may not include the domain with authorinformation; likewise, authorinformation may be included in other document types.

<bookmeta>
  <authorinformation id="rcf">
    <organizationinfo>
      <namedetails>
        <organizationnamedetails>
          <organizationname>IBM</organizationname>
        </organizationnamedetails>
      </namedetails>
      <addressdetails>ATTN: Dept XYZ<thoroughfare>3905 37th Street NW</thoroughfare>
        <locality>Rochester, MN<postalcode>55901</postalcode></locality>
        <country>USA</country>
      </addressdetails>
      <contactnumbers>
        <contactnumber type="telephone">800-555-1212</contactnumber>
        <contactnumber type="fax">800-555-1213</contactnumber>
      </contactnumbers>
      <emailaddresses><emailaddress>fred@example.com</emailaddress></emailaddresses>
      <urls><url>http://www.example.com/fred</url></urls>
   </organizationinfo>
  </authorinformation>
  <prodinfo>
    <prodname>My Product</prodname>
    <vrmlist><vrm release="Release 1" version="Version 3"/></vrmlist>
  </prodinfo>
  <bookid>
    <bookpartno>99F9999</bookpartno>
    <booknumber>SC00-0000-00</booknumber>
    <maintainer href="#rcf"></maintainer>
  </bookid>
  <bookrights>
    <copyrfirst><year>1996</year></copyrfirst>
    <copyrlast><year>2006</year></copyrlast>
    <bookowner><organization>OASIS</organization></bookowner>
  </bookrights>
</bookmeta>
Attributes

Name

Description

Data Type

Default Value

Required?

lockmeta

Indicates whether any of the meta information should be replaced by meta information in the referenced topic. If the value is yes, the information inside <topicmeta> should not be replaced with information from the topic.

(yes | no | -dita-use-​conref-​target)

#IMPLIED

No

univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups)

A set of related attributes, described in 3.4.1.3 univ-atts attribute group

     

global-atts attribute group (xtrf, xtrc)

A set of related attributes, described in 3.4.1.2 global-atts attribute group

     

class

A common attribute described in 3.4.1.9 Other common DITA attributes

     

Previous Topic:  3.2.5.2 Bookmap metadata elements

Next Topic:  3.2.5.2.2 approved

Parent Topic:  3.2.5.2 Bookmap metadata elements

Sibling Topics:

3.2.5.2.2 approved

3.2.5.2.3 bookchangehistory

3.2.5.2.4 bookevent

3.2.5.2.5 bookeventtype

3.2.5.2.6 bookid

3.2.5.2.7 booknumber

3.2.5.2.8 bookowner

3.2.5.2.9 bookpartno

3.2.5.2.10 bookrestriction

3.2.5.2.11 bookrights

3.2.5.2.12 completed

3.2.5.2.13 copyrfirst

3.2.5.2.14 copyrlast

3.2.5.2.15 day

3.2.5.2.16 edited

3.2.5.2.17 edition

3.2.5.2.18 isbn

3.2.5.2.19 maintainer

3.2.5.2.20 month

3.2.5.2.21 organization

3.2.5.2.22 person

3.2.5.2.23 printlocation

3.2.5.2.24 published

3.2.5.2.25 publisherinformation

3.2.5.2.26 publishtype

3.2.5.2.27 reviewed

3.2.5.2.28 revisionid

3.2.5.2.29 started

3.2.5.2.30 summary

3.2.5.2.31 tested

3.2.5.2.32 volume

3.2.5.2.33 year