<div6>

<div6> ( division du texte de niveau 6) contient une subdivision au sixième niveau d'une partie liminaire ou du corps d’un texte 4.1.2 Numbered Divisions
Moduletextstructure — 4 Default Text Structure
Attributs att.divLike (@org, @sample, @part) att.metrical (@met, @real, @rhyme) att.typed (@type, @subtype) att.declaring (@decls)
Utilisé par model.div6Like
Peut contenir
Declaration
element div6
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         (
            ( ( model.div7Like | model.divGenLike ), model.global* )+
          | (
               ( ( model.common ), model.global* )+,
               ( ( model.div7Like | model.divGenLike ), model.global* )*
            )
         ),
         ( ( model.divBottom ), model.global* )*
      )?
   )
}
Note
any sequence of low-level structural elements, possibly grouped into lower subdivisions.