simplesect
simplesect — A section of a document with no subdivisions.
Synopsis
- Sequence of:
- One of:
- Zero or more of:
bridgeheaddialoguedramapoetryremarkrevhistory- Indexing inlines
![[+]](figs/web/nav/right.gif)
- Admonition elements
![[+]](figs/web/nav/right.gif)
- Formal elements
![[+]](figs/web/nav/right.gif)
- Graphic elements
![[+]](figs/web/nav/right.gif)
- Informal elements
![[+]](figs/web/nav/right.gif)
- List elements
![[+]](figs/web/nav/right.gif)
- Paragraph elements
![[+]](figs/web/nav/right.gif)
- Publishing elements
![[+]](figs/web/nav/right.gif)
- Technical elements
![[+]](figs/web/nav/right.gif)
- Verbatim elements
![[+]](figs/web/nav/right.gif)
- One of:
Attributes
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 the “leaf” 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.
- label
Specifies an identifying string for presentation purposes
- status
Identifies the editorial or publication status of the element on which it occurs
Parents
Children
The following elements occur in simplesect: address, anchor, bibliolist, blockquote, bridgehead, calloutlist, dialogue, drama, epigraph, equation, example, figure, formalpara, glosslist, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), info (db.titleforbidden.info), info (db.titlereq.info), informalequation, informalexample, informalfigure, informaltable, itemizedlist, literallayout, mediaobject, note, orderedlist, para, poetry, procedure, qandaset, remark, revhistory, sidebar, simpara, simplelist, subtitle, table, task, title, titleabbrev, variablelist.
See Also
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example simplesect</title>
<section><title>Additional Coding</title>
<para>Support for the additional features requested will be provided.
</para>
<simplesect><title>Estimated Time</title>
<para>2 to 3 weeks.
</para>
</simplesect>
</section>
</article>
![[x]](figs/web/nav/delete.gif)
![[-]](figs/web/nav/down.gif)