formalpara

formalpara — A paragraph with a title.

Synopsis

formalpara ::=

Attributes

Common attributes and common linking attributes.

No additional attributes.

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.

Attributes

Common attributes and common linking attributes.

any attribute

Any attribute in any other explicit namespace

Parents

These elements contain formalpara: abstract, acknowledgements, answer, appendix, article, bibliodiv, bibliography, bibliolist, blockquote, callout, calloutlist, caption, caution, chapter, colophon, cover, danger, dedication, dialogue, drama, entry, epigraph, example, figure, footnote, glossary, glossdef, glossdiv, glosslist, important, index, informalexample, informalfigure, itemizedlist, legalnotice, linegroup, listitem, meta (db.meta.content), note, orderedlist, partintro, personblurb, poetry, preface, printhistory, procedure, qandadiv, qandaset, question, result, revdescription, section, setindex, sidebar, simplesect, step, taskprerequisites, taskrelated, tasksummary, textobject, tip, toc, variablelist, warning.

Children

The following elements occur in formalpara: indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), info (db.titleforbidden.info), info (db.titleonlyreq.info), para, title, titleabbrev.

See Also

Related elements: para, simpara.

Examples

 1 |<article xmlns='http://docbook.org/ns/docbook'>
   |<title>Example formalpara</title>
   | 
   |<formalpara><title>This Paragraph Has a Title</title>
 5 |<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>
   | 
10 |</article>

This Paragraph Has a TitleThis is a test. This is only a test. Had this been a real example, it would have made more sense. Or less.