<div2>

<div2> ( Textgliederungsebene -2 ) enthält die zweite Gliederungsebene von Vorspann (front), Kerntext oder Nachspann (back) eines Textes. 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.div2Like
Kann enthalten
Deklaration
element div2
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         (
            ( ( model.div3Like | model.divGenLike ), model.global* )+
          | (
               ( ( model.common ), model.global* )+,
               ( ( model.div3Like | model.divGenLike ), model.global* )*
            )
         ),
         ( ( model.divBottom ), model.global* )*
      )?
   )
}
Beispiel
<div1 n="2type="part">
 <head>The Second Partition:
   The Cure of Melancholy</head>
 <div2 n="2.1type="section">
  <div3 n="2.1.1type="member">
   <div4 n="2.1.1.1type="subsection">
    <head>Unlawful Cures rejected.</head>
    <p>Inveterate melancholy, howsoever it may seem to
         be a continuate, inexorable disease, hard to be
         cured, accompanying them to their graves most part
         (as <ref target="#a">Montanus</ref> observes), yet many
         times it may be helped...
    </p>
   </div4>
  </div3>
 </div2>
 <div2 n="2.2type="section">
  <div3 n="2.2.1type="member">
   <head>Sect. II. Memb. I</head>
   <p/>
  </div3>
 </div2>
 <div2 n="2.3type="section">
  <div3 n="2.3.1type="member">
   <head>Sect. III. Memb. I</head>
   <p/>
  </div3>
 </div2>
</div1>
Anmerkung
any sequence of low-level structural elements, possibly grouped into lower subdivisions.