formalpara
formalpara — A paragraph with a title.
Synopsis
formalpara ::= × ⏵
- Sequence of:
Attributes
Common attributes and common linking attributes.
No 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 and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
79 elements contain formalpara. × ⏵
Children
8 elements occur in formalpara. × ⏵
See Also
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.