simpara

simpara — A paragraph that contains only text and inline markup, no block elements.

Synopsis

simpara ::= [-]

Description

A simpara is a “simple paragraph,” one that may contain only character data and inline elements. The para element is less restrictive; it may also contain block-level structures (lists, figures, etc.).

Processing expectations

Formatted as a displayed block.

Children

The following elements occur in simpara: text, abbrev, acronym, alt, anchor, author, biblioref, citation, citebiblioid, citetitle, coref, date, editor, email, emphasis (db._emphasis), emphasis (db.emphasis), firstterm (db._firstterm), firstterm (db.firstterm), footnote, footnoteref, foreignphrase (db._foreignphrase), foreignphrase (db.foreignphrase), glossterm (db._glossterm), glossterm (db.glossterm), indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), info (db.titleforbidden.info), inlineequation, inlinemediaobject, jobtitle, link, literal, olink, optional, org, orgname, person, personname, phrase (db._phrase), phrase (db.phrase), productname, productnumber, quote (db._quote), quote (db.quote), remark, subscript, superscript, termdef, trademark, uri, wordasword, xref.

See Also

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example simpara</title>

<simpara>
Just the text, ma'am.
</simpara>

</article>

Just the text, ma'am.

Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)