This is an alpha version of this book.

formalpara

Name

formalpara — A paragraph with a title

Synopsis

Content Model

formalpara ::=
(title,
 (indexterm)*,
 para)

Attributes

Common attributes

Parameter Entities

The following parameter entities contain formalpara:

Parameter Entities
%admon.mix; %bookcomponent.content; %component.mix;
%divcomponent.mix; %example.mix; %footnote.mix;
%glossdef.mix; %highlights.mix; %indexdivcomponent.mix;
%legalnotice.mix; %para.class; %qandaset.mix;
%refcomponent.mix; %revdescription.mix; %sidebar.mix;
%tabentry.mix; %tbl.entry.mdl; %textobject.mix;

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, para, title.

See Also

para, simpara.

Examples

<!DOCTYPE formalpara PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<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>

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.

For additional examples, see also para .

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.