Noeud:Part, Noeud « Next »:, Noeud « Previous »:Divisions, Noeud « Up »:Divisions



Part


Part = ( PartInfo?,
         ( Title, Subtitle?, TitleAbbrev? ),
         PartIntro?,
         ( Appendix |
           Chapter |
           ToC | LoT | Index | Glossary | Bibliography |
           Article | Preface | RefEntry | Reference
         )+
       )

PartIntro = ( ( Title, Subtitle?, TitleAbbrev? )?,
              ( ( %divcomponent.mix; )+,
                (Sect1* | RefEntry* | SimpleSect* | Section* )
              ) |
              ( Sect1+ | RefEntry+ | SimpleSect+ | Section+ )
            )

Elements : Part, PartInfo, Title, Subtitle, TitleAbbrev, PartIntro, Appendix, ToC, LoT, Index, Glossary, Bibliography, Article, Preface, RefEntry, Reference, Sect1, SimpleSect, Section.