<div5>

<div5> (level-5 text division) contains a fifth-level subdivision of the front, body, or back of a text. [4.1.2 Numbered Divisions]
Module textstructure — Default Text Structure
Attributes
Member of
Contained by
textstructure: div4
May contain
Note

any sequence of low-level structural elements, possibly grouped into lower subdivisions.

Example
<div2 type="chapter">
 <head>Recipes</head>
 <head>Chapter VI.</head>
 <div3>
  <head>Fruit and vegetable soups</head>
  <p>...</p>
  <div4>
   <head>Stocks for all kinds of soups</head>
   <div5 type="recipe">
    <head>Rich strong stock</head>
<!-- ... -->
   </div5>
   <div5 type="recipe">
    <head>Medium Stock</head>
<!-- ... -->
   </div5>
  </div4>
  <div4 type="recipe">
   <head>Apple soup</head>
   <div5>
    <head>Ingredients</head>
    <list>
     <item>2 lbs. of good boiling apples,</item>
     <item>3/4 teaspoonful of white pepper,</item>
     <item>6 cloves,</item>
     <item>cayenne or ginger to taste,</item>
     <item>3 quarts of medium stock</item>
    </list>
   </div5>
   <div5>
    <head>Mode</head>
    <p>Peel and quarter the apples taking out their cores; put them into
         the stock, stew them gently till tender, Rub the whole through a
         strainer, add the seasoning. give it one boil up, and serve.</p>
   </div5>
   <div5>
    <head>Time</head>
    <p>1 hour.</p>
   </div5>
   <div5>
    <head>Average cost</head>
    <p>per quart, 1s.</p>
   </div5>
   <div5>
    <head>Seasonable</head>
    <p>from September to December.</p>
   </div5>
   <div5>
    <head>Sufficient</head>
    <p> for 10 persons</p>
   </div5>
   <div5>
    <head>The apple</head>
    <p>This useful fruit is mentioned in Holy Writ; and Homer describes it
         as valuable in his time... As a food, the apple cannot be considered
         to rank high, as more than the half of it consists of water, and
         the rest of its properties are not the most nourishing. It is
         however a useful adjunct to other kinds of food, and, when cooked, is
         esteemed as slightly laxative.</p>
   </div5>
  </div4>
  <div4 type="recipe">
   <head>Artichoke (Jerusalem) soup</head>
   <p>...</p>
  </div4>
<!-- other recipes here -->
 </div3>
</div2>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.divTop"/>
   <classRef key="model.global"/>
  </alternate>
  <sequence minOccurs="0">
   <alternate>
    <sequence minOccurs="1"
     maxOccurs="unbounded">

     <alternate>
      <classRef key="model.div6Like"/>
      <classRef key="model.divGenLike"/>
     </alternate>
     <classRef key="model.global"
      minOccurs="0maxOccurs="unbounded"/>

    </sequence>
    <sequence>
     <sequence minOccurs="1"
      maxOccurs="unbounded">

      <alternate minOccurs="1"
       maxOccurs="1">

       <elementRef key="schemaSpec"/>
       <classRef key="model.common"/>
      </alternate>
      <classRef key="model.global"
       minOccurs="0maxOccurs="unbounded"/>

     </sequence>
     <sequence minOccurs="0"
      maxOccurs="unbounded">

      <alternate>
       <classRef key="model.div6Like"/>
       <classRef key="model.divGenLike"/>
      </alternate>
      <classRef key="model.global"
       minOccurs="0maxOccurs="unbounded"/>

     </sequence>
    </sequence>
   </alternate>
   <sequence minOccurs="0"
    maxOccurs="unbounded">

    <classRef key="model.divBottom"/>
    <classRef key="model.global"
     minOccurs="0maxOccurs="unbounded"/>

   </sequence>
  </sequence>
 </sequence>
</content>
Schema Declaration
<rng:element name="div5">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.divLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:ref name="att.fragmentable.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:group>
    <rng:choice>
     <rng:oneOrMore>
      <rng:group>
       <rng:choice>
        <rng:ref name="model.div6Like"/>
        <rng:ref name="model.divGenLike"/>
       </rng:choice>
       <rng:zeroOrMore>
        <rng:ref name="model.global"/>
       </rng:zeroOrMore>
      </rng:group>
     </rng:oneOrMore>
     <rng:group>
      <rng:oneOrMore>
       <rng:group>
        <rng:choice>
         <rng:ref name="schemaSpec"/>
         <rng:ref name="model.common"/>
        </rng:choice>
        <rng:zeroOrMore>
         <rng:ref name="model.global"/>
        </rng:zeroOrMore>
       </rng:group>
      </rng:oneOrMore>
      <rng:zeroOrMore>
       <rng:group>
        <rng:choice>
         <rng:ref name="model.div6Like"/>
         <rng:ref name="model.divGenLike"/>
        </rng:choice>
        <rng:zeroOrMore>
         <rng:ref name="model.global"/>
        </rng:zeroOrMore>
       </rng:group>
      </rng:zeroOrMore>
     </rng:group>
    </rng:choice>
    <rng:zeroOrMore>
     <rng:group>
      <rng:ref name="model.divBottom"/>
      <rng:zeroOrMore>
       <rng:ref name="model.global"/>
      </rng:zeroOrMore>
     </rng:group>
    </rng:zeroOrMore>
   </rng:group>
  </rng:optional>
 </rng:group>
</rng:element>
element div5
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.fragmentable.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         (
            ( ( model.div6Like | model.divGenLike ), model.global* )+
          | (
               ( ( schemaSpec | model.common ), model.global* )+,
               ( ( model.div6Like | model.divGenLike ), model.global* )*
            )
         ),
         ( model.divBottom, model.global* )*
      )?
   )
}