formalpara

formalpara — A paragraph with a title

Synopsis

Content Model

formalpara ::=

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.

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

para, simpara

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>

This Paragraph Has a Title. 

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

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:54 $.