$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
sect1 — A top-level section of document
sect1 ::= (sect1info
?, (%sect.title.content;
), (%nav.class;
)*, (((%divcomponent.mix;
)+, ((%refentry.class;
)*|sect2
*|simplesect
*))| (%refentry.class;
)+|sect2
+|simplesect
+), (%nav.class;
)*)
Name | Type | Default | |||||
status | CDATA | None | |||||
renderas |
| None | |||||
label | CDATA | None |
The following parameter entities contain sect1:
Parameter Entities | ||
%bookcomponent.content; |
Sect1
is one of the top-level sectioning elements in
a component. There are three types of sectioning elements in
DocBook:
Explicitly numbered sections, Sect1
…Sect5
,
which must be properly nested and can only be five levels deep.
Recursive Section
s, which are alternative to the numbered
sections and have unbounded depth.
SimpleSect
s, which are terminal. SimpleSect
s 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.
This means that you cannot have content in the Sect1
after the end of a Sect2
. This is consistent with
the DocBook book model, because in a printed book it is usually
impossible for a reader to detect the end of the enclosed
second level section and, therefore, all content after a second
level section appears in that section.
The following elements occur in sect1:
abstract
, address
, anchor
, authorblurb
, beginpage
, bibliography
, bibliolist
, blockquote
, bridgehead
, calloutlist
, caution
, classsynopsis
, cmdsynopsis
, constraintdef
, constructorsynopsis
, destructorsynopsis
, epigraph
, equation
, example
, fieldsynopsis
, figure
, formalpara
, funcsynopsis
, glossary
, glosslist
, graphic
, graphicco
, highlights
, important
, index
, indexterm
, informalequation
, informalexample
, informalfigure
, informaltable
, itemizedlist
, literallayout
, lot
, mediaobject
, mediaobjectco
, methodsynopsis
, msgset
, note
, orderedlist
, para
, procedure
, productionset
, programlisting
, programlistingco
, qandaset
, refentry
, remark
, screen
, screenco
, screenshot
, sect1info
, sect2
, segmentedlist
, sidebar
, simpara
, simplelist
, simplesect
, subtitle
, synopsis
, table
, task
, tip
, title
, titleabbrev
, toc
, variablelist
, warning
.
Label
specifies an identifying string for presentation purposes.
Generally, an explicit Label
attribute is
used only if the processing system is incapable of generating the label
automatically. If present, the Label
is normative; it will used even
if the processing system is capable of automatic labelling.
The RenderAs
attribute identifies how the
section should be rendered. In this way, a section at one level of the
structural hierarchy can be made to appear to be at another level.
Status
identifies the editorial or publication
status of the Sect1
.
Publication status might be used to control formatting (for example, printing a “draft” watermark on drafts) or processing (perhaps a document with a status of “final” should not include any components that are not final).