Sections

5.1. Sections numérotées


Sect1 = ( Sect1Info?,
          ( Title, Subtitle?, TitleAbbrev? ),
          ( ToC | LoT | Index | Glossary | Bibliography )*,

          ( ( (%divcomponent.mix;)+,
              ( RefEntry* | Sect2* | SimpleSect*)
            ) |
            RefEntry+ | Sect2+ | SimpleSect+
          ),

          ( ToC | LoT | Index | Glossary | Bibliography )*
        )

Sect2 = ( Sect2Info?,
          ( Title, Subtitle?, TitleAbbrev? ),
          ( ToC | LoT | Index | Glossary | Bibliography )*,

          ( ( (%divcomponent.mix;)+,
              ( RefEntry* | Sect3* | SimpleSect*)
            ) |
            RefEntry+ | Sect3+ | SimpleSect+
          ),

          ( ToC | LoT | Index | Glossary | Bibliography )*
        )

Sect3 = ( Sect3Info?,
          ( Title, Subtitle?, TitleAbbrev? ),
          ( ToC | LoT | Index | Glossary | Bibliography )*,

          ( ( (%divcomponent.mix;)+,
              ( RefEntry* | Sect4* | SimpleSect*)
            ) |
            RefEntry+ | Sect4+ | SimpleSect+
          ),

          ( ToC | LoT | Index | Glossary | Bibliography )*,
        )

Sect4 = ( Sect4Info?,
          ( Title, Subtitle?, TitleAbbrev? ),
          ( ToC | LoT | Index | Glossary | Bibliography )*,

          ( ( (%divcomponent.mix;)+,
              ( RefEntry* | Sect5* | SimpleSect* )
            ) |
            RefEntry+ | Sect5+ | SimpleSect+
          ),

          ( ToC | LoT | Index | Glossary | Bibliography )*,
        )

Sect5 = ( Sect5Info?,
          ( Title, Subtitle?, TitleAbbrev? ),
          ( ToC | LoT | Index | Glossary | Bibliography )*,

          ( ( (%divcomponent.mix;)+,
              ( RefEntry* | SimpleSect*)
            ) |
            RefEntry+ | SimpleSect+
          ),

          ( ToC | LoT | Index | Glossary | Bibliography )*,
        )

Éléments : Sect1, Sect1Info, Title, Subtitle, TitleAbbrev, ToC, LoT, Index, Glossary, Bibliography, Refentry, Sect2, SimpleSect, Sect2Info, Sect3, Sect3Info, Sect4, Sect4Info, Sect5, Sect5Info. Attributs : Renderas.