<div6>

<div6> (區段層次六) 文本的正文前資訊、正文及正文後資訊的第六層分段。 4.1.2 Numbered Divisions
組件 textstructure — 4 Default Text Structure
除全域屬性以外 att.divLike (@org, @sample, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype) att.declaring (@decls)
屬於
可包含
宣告

<rng:element name="div6">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.divLike.attributes"/>
 <rng:ref name="att.metrical.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:choice>
    <rng:oneOrMore>
     <rng:choice>
      <rng:ref name="model.div7Like"/>
      <rng:ref name="model.divGenLike"/>
     </rng:choice>
     <rng:zeroOrMore>
      <rng:ref name="model.global"/>
     </rng:zeroOrMore>
    </rng:oneOrMore>
    <rng:group>
     <rng:oneOrMore>
      <rng:group>
       <rng:ref name="model.common"/>
      </rng:group>
      <rng:zeroOrMore>
       <rng:ref name="model.global"/>
      </rng:zeroOrMore>
     </rng:oneOrMore>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="model.div7Like"/>
       <rng:ref name="model.divGenLike"/>
      </rng:choice>
      <rng:zeroOrMore>
       <rng:ref name="model.global"/>
      </rng:zeroOrMore>
     </rng:zeroOrMore>
    </rng:group>
   </rng:choice>
   <rng:zeroOrMore>
    <rng:group>
     <rng:ref name="model.divBottom"/>
    </rng:group>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:zeroOrMore>
  </rng:optional>
 </rng:group>
</rng:element>
element div6
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      (
         (
            ( ( model.div7Like | model.divGenLike ), model.global* )+
          | (
               ( ( model.common ), model.global* )+,
               ( ( model.div7Like | model.divGenLike ), model.global* )*
            )
         ),
         ( ( model.divBottom ), model.global* )*
      )?
   )
}
例子
<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>Apple soup</head>
    <div6>
     <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>
    </div6>
    <div6>
     <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>
    </div6>
    <div6>
     <head>Time</head>
     <p>1 hour.</p>
    </div6>
    <div6>
     <head>Average cost</head>
     <p>per quart, 1s.</p>
    </div6>
    <div6>
     <head>Seasonable</head>
     <p>from September to December.</p>
    </div6>
    <div6>
     <head>Sufficient</head>
     <p> for 10 persons</p>
    </div6>
    <div6>
     <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>
    </div6>
   </div5>
   <div5 type="recipe">
    <head>Artichoke (Jerusalem) soup</head>
    <p>...</p>
   </div5>
<!-- other recipes here -->
  </div4>
 </div3>
</div2>