<epigraph>

<epigraph> 章や節の始め,タイトルページなどにある引用(題辞)を示す. 4.2.4 テキスト区分の内容 4.2 どの区分中でも使える要素 4.6 タイトルページ
モジュールtextstructure — 4 テキスト構造モジュール
属性
当該モジュールを使用するもの
下位
宣言

<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 )* }
<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>