simpara
simpara — A paragraph that contains only text and inline markup, no block elements.
Synopsis
simpara ::=
- Sequence of:
info
? (db.titleforbidden.info)- Zero or more of:
- text
inlinestagedir
templatename
- Bibliography inlines
- Graphic inlines
- Indexing inlines
- Linking inlines
- Markup inlines
- Math inlines
- Product inlines
- Publishing inlines
abbrev
acronym
coref
date
emphasis
(db.emphasis)firstterm
(db._firstterm)firstterm
(db.firstterm)footnote
footnoteref
foreignphrase
(db.foreignphrase)glossterm
(db._glossterm)glossterm
(db.glossterm)phrase
(db.phrase)quote
(db.quote)revnumber
subscript
superscript
wordasword
- Technical inlines
- Ubiquitous inlines
abbrev
acronym
alt
anchor
biblioref
coref
date
emphasis
(db._emphasis)firstterm
(db._firstterm)footnote
footnoteref
foreignphrase
(db._foreignphrase)glossterm
(db._glossterm)indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)quote
(db._quote)remark
subscript
superscript
trademark
wordasword
xref
Attributes
Common attributes and common linking attributes.
No additional attributes.
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.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
These elements contain simpara
: abstract
, acknowledgements
, answer
, appendix
, article
, bibliodiv
, bibliography
, bibliolist
, blockquote
, callout
, calloutlist
, caption
, caution
, chapter
, colophon
, cover
, danger
, dedication
, dialogue
, drama
, entry
, epigraph
, example
, figure
, footnote
, glossary
, glossdef
, glossdiv
, glosslist
, important
, index
, informalexample
, informalfigure
, itemizedlist
, legalnotice
, linegroup
, listitem
, meta
(db.meta.content), note
, orderedlist
, partintro
, personblurb
, poetry
, preface
, printhistory
, procedure
, qandadiv
, qandaset
, question
, result
, revdescription
, section
, setindex
, sidebar
, simplesect
, step
, taskprerequisites
, taskrelated
, tasksummary
, textobject
, tip
, toc
, variablelist
, warning
.
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
, inlinestagedir
, jobtitle
, link
, literal
, olink
, optional
, org
, orgname
, person
, personname
, phrase
(db._phrase), phrase
(db.phrase), productname
, productnumber
, quote
(db._quote), quote
(db.quote), remark
, revnumber
, subscript
, superscript
, templatename
, termdef
, trademark
, uri
, wordasword
, xref
.
See Also
Related elements: formalpara
, para
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example simpara</title>
||
<simpara>
5 |Just the text, ma'am.
|</simpara>
||
</article>
Just the text, ma'am.