<div1>

<div1> (level-1 text division) contains a first-level subdivision of the front, body, or back of a text. 4.1.2 Numbered Divisions
Moduletextstructure — 4 Default Text Structure
Attributes [att.divLike att.typed att.declaring ]
Declaration
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* )*
      )?
   )
}
Example
<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>
Note
any sequence of low-level structural elements, possibly grouped into lower subdivisions.
Contained by model.div1Like
May contain