simplesect

simplesect — A section of a document with no subdivisions

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • label
  • status

Description

SimpleSect is one of the top-level sectioning elements in a component. There are three types of sectioning elements in DocBook:

  • Explicitly numbered sections, Sect1Sect5, which must be properly nested and can only be five levels deep.

  • Recursive Sections, which are alternative to the numbered sections and have unbounded depth.

  • SimpleSects, which are terminal. SimpleSects 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. SimpleSect elements never appear 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

See Also

bridgehead, sect1, sect2, sect3, sect4, sect5, section

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>

ChangeLog

This alpha reference page is $Revision: 1.6 $ published $Date: 2005/10/28 22:38:36 $.