dedication
dedication — The dedication of a book or other component.
Synopsis
dedication ::=
- Sequence of:
- One of:
- One or more of:
bridgehead
dialogue
drama
formalgroup
poetry
remark
revhistory
stagedir
- Indexing inlines
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
- List elements
- Paragraph elements
- Publishing elements
- Technical elements
- Verbatim elements
Attributes
Common attributes and common linking attributes.
Additional attributes:
- label
- status
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
A dedication
is a page or section, most often
at the very beginning of a book (before any other body matter),
containing a tribute to something (frequently someone) in connection
with the writing or publication of the book
.
Processing expectations
Formatted as a displayed block. Frequently appears on a page by itself at the beginning of a book.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
Parents
These elements contain dedication
: article
, book
, part
.
Children
The following elements occur in dedication
: address
, anchor
, bibliolist
, blockquote
, bridgehead
, calloutlist
, caution
, danger
, dialogue
, drama
, epigraph
, equation
, example
, figure
, formalgroup
, formalpara
, glosslist
, important
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), info
(db.info), info
(db.titleforbidden.info), informalequation
, informalexample
, informalfigure
, informaltable
, itemizedlist
, literallayout
, mediaobject
, note
, orderedlist
, para
, poetry
, procedure
, qandaset
, remark
, revhistory
, sidebar
, simpara
, simplelist
, stagedir
, subtitle
, table
, task
, tip
, title
, titleabbrev
, variablelist
, warning
.
See Also
Related elements: appendix
, article
, book
, chapter
, colophon
, part
, partintro
, preface
, set
.
Examples
1 |<book xmlns='http://docbook.org/ns/docbook'>
|<title>The Best XML Jokes</title>
|<info>
|<author><personname>
5 |<firstname>A</firstname><surname>Nonymous</surname>
|</personname></author>
|</info>
||
<dedication>
10 |<para>To my mother and father, for teaching me to laugh.
|</para>
|</dedication>
||
<chapter><title>Parsing Jokes</title>
15 |<para>What did the lexer say to the angle bracket? …
|</para>
|</chapter>
|<!-- ... -->
|</book>