set
set — A collection of books.
Synopsis
- Sequence of:
Additional Constraints
- The root element must have a version attribute.
Description
A set is a collection of
books. Placing multiple books in a
set, as opposed to publishing each of them
separately, has the advantage that ID/IDREF links can then be used
across all books.
A set is the top of the DocBook structural
hierarchy. Although sets can contain other
sets, nothing else can contain them.
Processing expectations
Formatted as a displayed block. A set may
generate additional front and back matter (e.g., tables of contents
and setindexs) around the books
it contains.
Attributes
Common attributes and common linking attributes.
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
Examples
1 <set xmlns='http://docbook.org/ns/docbook'> 2 <title>The Perl Series</title> <info> 4 <author> <orgname>O'Reilly Media</orgname> 6 </author> </info> 8 <book><title>Learning Perl</title> 10 <chapter><title>...</title><para>...</para></chapter> </book> 12 <book><title>Programming Perl</title> 14 <chapter><title>...</title><para>...</para></chapter> </book> 16 <book><title>Advanced Perl Programming</title> 18 <chapter><title>...</title><para>...</para></chapter> </book> 20 </set>



