<epigraph>

<epigraph> (epigraph) contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page. [4.2.3. Arguments, Epigraphs, and Postscripts 4.2. Elements Common to All Divisions 4.6. Title Pages]
Module textstructure
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Member of
Contained by
core: lg list
figures: figure table
msdescription: msItem
textstructure: body div front titlePage
May contain
Examples

<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>
Source Github

<elementSpec module="textstructure" ident="epigraph">
   
<gloss>epigraph</gloss>
   
<desc>contains a quotation, anonymous or attributed, appearing at
 the start or end of a section or on a title page.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.divWrapper"/>
      
<memberOf key="model.titlepagePart"/>
      
<memberOf key="model.pLike.front"/>
   
</classes>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<classRef key="model.common"/>
         
<classRef key="model.global"/>
      
</alternate>
   
</content>
</elementSpec>