formalpara

formalpara — A paragraph with a title.

Synopsis

formalpara ::= [-]

Attributes

Common attributes (ID required).

Additional 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.

    Attributes

    Common attributes (ID required).

    Parents [+]

    This element occurs in 77 elements.

    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

      1 <article xmlns='http://docbook.org/ns/docbook'>
      2 <title>Example formalpara</title>
        
      4 <formalpara><title>This Paragraph Has a Title</title>
        <para>This is a test.  This is only a test.  Had this been a real
      6 example, it would have made more sense.  Or less.
        </para>
      8 </formalpara>
        
     10 </article>

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

    Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)