<div7>

<div7> (level-7 text division) contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph. 4.1.2 Numbered Divisions
Moduletextstructure — 4 Default Text Structure
Attributes att.divLike (@org, @sample, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype) att.declaring (@decls)
Used by
May contain
Declaration

<rng:element name="div7">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.divLike.attributes"/>
<rng:ref name="att.metrical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.declaring.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.divTop"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:optional>
  <rng:oneOrMore>
   <rng:group>
    <rng:ref name="model.common"/>
   </rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:group>
    <rng:ref name="model.divBottom"/>
   </rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:zeroOrMore>
 </rng:optional>
</rng:group>
</rng:element>
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* )*
      )?
   )
}
Note
any sequence of low-level structural elements, e.g., paragraphs (p), lists (list), or examples (eg or egXML).