formalpara
formalpara — A paragraph with a title.
Synopsis
- Sequence of:
Attributes
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
Formal paragraphs have a title.
Processing expectations
Formatted as a displayed block. The title
of
a formalpara
is often rendered as a run-in
head.
Parents
These elements contain formalpara
: abstract
, acknowledgements
, annotation
, answer
, appendix
, article
, bibliodiv
, bibliography
, bibliolist
, blockquote
, callout
, calloutlist
, caption
(db.caption), caution
, chapter
, colophon
, constraintdef
, cover
, dedication
, entry
, epigraph
, example
, figure
, footnote
, glossary
, glossdef
, glossdiv
, glosslist
, important
, index
, indexdiv
, informalexample
, informalfigure
, itemizedlist
, legalnotice
, listitem
, msgexplan
, msgtext
, note
, orderedlist
, partintro
, personblurb
, preface
, printhistory
, procedure
, qandadiv
, qandaset
, question
, refsect1
, refsect2
, refsect3
, refsection
, refsynopsisdiv
, result
, revdescription
, sect1
, sect2
, sect3
, sect4
, sect5
, section
, setindex
, sidebar
, simplesect
, step
, taskprerequisites
, taskrelated
, tasksummary
, td
, textobject
, th
, tip
, toc
, tocdiv
, topic
, variablelist
, warning
.
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example formalpara</title>
<formalpara><title>This Paragraph Has a Title</title>
<para>This is a test. This is only a test. Had this been a real
example, it would have made more sense. Or less.
</para>
</formalpara>
</article>