Noeud:Set, Noeud « Next »:Book, Noeud « Previous »:Top Elements, Noeud « Up »:Top Elements
Set = ( (Title, Subtitle?, TitleAbbrev?)?, SetInfo?, ToC?, (Book)+, SetIndex? )
Elements : Set
, Title
, Subtitle
, TitleAbbrev
, SetInfo
, ToC
, Book
, SetIndex
.
Attributes : FPI
.
The top most element of DocBook is a Set
. A set is a collection of
books (Book
).
A set is composed of:
Title
, Subtitle
and title abbreviated
(TitleAbbrev
), optionals,
SetInfo
), optional,
ToC
), optional,
Book
),
SetIndex
), optional.
The attribute FPI
of the Set
element contains the formal public
identifier of the set.
<Set> <Title>Automn Collection</Title> <Subtitle>The dead leafs</Subtitle> <TitleAbbrev>COLOMN</TitleAbbrev> <SetInfo> &contenu.setinfo; </SetInfo> <ToC> &contenu.toc; </ToC> <Book><Title>First book</Title> &contenu.book; </Book> <Book><Title>Second book</Title> &contenu.book; </Book> <SetIndex> &contenu.setindex; </SetIndex> </Set>