simplesect
simplesect — A section of a document with no subdivisions.
Synopsis
simplesect ::= × ⏵
- Sequence of:
- One of:
- Zero or more of:
bridgeheaddialoguedramaformalgrouppoetryremarkrevhistorystagedir- Indexing inlines ⏵
- Admonition elements ⏵
- Formal elements ⏵
- Graphic elements ⏵
- Informal elements ⏵
- List elements ⏵
- Paragraph elements ⏵
- Publishing elements ⏵
- Technical elements ⏵
- Verbatim elements ⏵
Attributes
Common attributes and common linking attributes.
Additional attributes:
- label
- status
Description
A simplesect is one of the top-level sectioning
elements in a component. There are
two
types of sectioning elements in DocBook:
Recursive
sections, which are alternatives to the numbered sections and have unbounded depth.simplesects, which are terminal. Thesimplesects can occur as theleaf
sections in either recursive sections or any of the numbered sections, or directly in components.
None of the sectioning elements is allowed to
float
in a component. You can place paragraphs and
other block elements before a section, but you cannot place anything
after it.
The important semantic distinction of simplesect
elements is that they never appear in the table of contents.
Processing expectations
Formatted as a displayed block. A simplesect element
never appears in the table of contents.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
Parents
8 elements contain simplesect. × ⏵
Children
50 elements occur in simplesect. × ⏵
See Also
Related elements: bridgehead, section.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>|<title>Example simplesect</title>||<section><title>Additional Coding</title>5 ||<para>Support for the additional features requested will be provided.|</para>||<simplesect><title>Estimated Time</title>10 ||<para>2 to 3 weeks.|</para>||</simplesect>15 |</section>||</article>