<div7>

<div7> ( Textgliederungsebene -7 ) enthält die kleinste mögliche Untergliederung von Vorspann (front), Kerntext oder Nachspann (back) eines Textes, die größer als ein Absatz ist. 4.1.2 Numbered Divisions
Modultextstructure — 4 Default Text Structure
Attribute att.divLike (@org, @sample, @part) att.metrical (@met, @real, @rhyme) att.typed (@type, @subtype) att.declaring (@decls)
Verwendet von model.div7Like
Kann enthalten
Deklaration
element div7
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         ( ( model.common ), model.global* )+,
         ( ( model.divBottom ), model.global* )*
      )?
   )
}
Anmerkung
any sequence of low-level structural elements, e.g., paragraphs (<p>), lists (<list>), or examples (<eg> or <egXML>).