Noeud:Set, Noeud « Next »:, Noeud « Previous »:Top Elements, Noeud « Up »:Top Elements



Set


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:

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>