<div1>

<div1> ( Textgliederungsebene -1 ) enthält die erste Gliederungsebene von Vorspann (front), Kerntext oder Nachspann (back) eines Textes, (gilt als die größte Ebene, sofern div0 nicht benutzt wird. Wird div0 benutzt, ist es die zweitgrößte). 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.div1Like
Kann enthalten
Deklaration
element div1
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         (
            ( ( model.div2Like | model.divGenLike ), model.global* )+
          | (
               ( ( model.common ), model.global* )+,
               ( ( model.div2Like | model.divGenLike ), model.global* )*
            )
         ),
         ( ( model.divBottom ), model.global* )*
      )?
   )
}
Beispiel
<div1 xml:id="levin="Itype="part">
 <head>Part I: Of Man </head>
 <div2 xml:id="levi1n="1type="chapter">
  <head>Chap. I. Of Sense </head>
  <p>Concerning the Thoughts of man... </p>
 </div2>
</div1>
<div1 xml:id="leviin="IItype="part">
 <head>Part II: Of Common-Wealth</head>
</div1>
Anmerkung
any sequence of low-level structural elements, possibly grouped into lower subdivisions.