<div3>

<div3> (level-3 text division) contains a third-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 div3
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         (
            ( ( model.div4Like | model.divGenLike ), model.global* )+
          | (
               ( ( model.common ), model.global* )+,
               ( ( model.div4Like | model.divGenLike ), model.global* )*
            )
         ),
         ( ( model.divBottom ), model.global* )*
      )?
   )
}
Example
<div2 n="2.2type="section">
 <div3 n="2.2.1type="member">
  <head>Sect. II. Memb. I</head>
  <p/>
 </div3>
 <div3 n="2.2.2type="member">
  <head>Memb. II
     Retention and Evacuation rectified.</head>
  <p/>
 </div3>
 <div3 n="2.2.3type="member">
  <head>Memb. III
     Ayr rectified. With a digression of the Ayr.</head>
  <p/>
 </div3>
</div2>
Note
any sequence of low-level structural elements, possibly grouped into lower subdivisions.
Contained by model.div3Like
May contain