sect1 — A top-level section of a document
sect1 ::=
((((title
&
titleabbrev
? & subtitle
?),
info
? db.titleforbidden.info) |
info
db.titlereq.info),
(((annotation
| bridgehead
|
remark
| revhistory
| Indexing inlines | Admonition elements | Formal elements | Graphic elements | Informal elements | List elements | Paragraph elements | Publishing elements | Synopsis elements | Technical elements | Verbatim elements)+,
((sect2
+, simplesect
*) |
simplesect
+)?) | (sect2
+, simplesect
*) |
simplesect
+), (bibliography
|
glossary
| index
|
toc
)*)
A 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 alternatives
to the numbered sections and have unbounded depth.
simplesect
s, which are terminal. The
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.
Common attributes and common linking attributes.
Specifies an identifying string for presentation purposes
Identifies the editorial or publication status of the element on which it occurs
3.144.82.26