<epigraph>

<epigraph> contient une citation, anonyme ou attribuée et qui apparaît au début d’une section ou d’un chapitre ou sur une page de titre. 4.2.4 Content of Textual Divisions 4.2 Elements Common to All Divisions 4.6 Title Pages
Moduletextstructure — 4 Default Text Structure
Attributs
Utilisé par
Peut contenir
Declaration

<rng:element name="epigraph">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="model.common"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element epigraph { att.global.attributes, ( model.common | model.global )* }
Exemple
<epigraph xml:lang="la">
 <cit>
  <bibl>Lucret.</bibl>
  <quote>
   <l part="F">petere inde coronam,</l>
   <l>Vnde prius nulli velarint tempora Musae.</l>
  </quote>
 </cit>
</epigraph>