<div3>

<div3> (division du texte de niveau 3) contient une subdivision de troisième niveau dans le texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire. [4.1.2 Numbered Divisions]
Moduletextstructure — 4 Default Text Structure
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.divLike (@org, @sample, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype) att.declaring (@decls)
Utilisé par
Contenu dans
textstructure: div2
Peut contenir
Declaration

<rng:element name="div3">
 <rng:ref name="att.global.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.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.div4Like"/>
      <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.div4Like"/>
       <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 div3
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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* )*
      )?
   )
}
Exemple
<div2 n="2.2" type="section">
 <div3 n="2.2.1" type="subsection">
  <head>Sect. II. Subsect. I Dictionnaires. </head>
  <p> C'est un recueil de mots rangés dans un ordre convenu...</p>
 </div3>
 <div3 n="2.2.2" type="subsection">
  <head>Sect. II. Subsect. II. Qu'est-ce qu'un dictionnaire de langue ? .</head>
  <p>Un dictionnaire de langue est un dictionnaire donnant les mots d'une langue et leurs
     emplois...</p>
 </div3>
 <div3 n="2.2.3" type="subsection">
  <head>Sect. II. Subsect. III. Qu'est-ce qu'un dictionnaire encyclopédique ? </head>
  <p>Un dictionnaire encyclopédique est un dictionnaire qui contient des renseignements
     sur les choses, sur les idées </p>
 </div3>
</div2>
Note
Cet élément contient une séquence d'éléments structurels de bas niveau, éventuellement groupés en subdivisions.