<epigraph>

<epigraph> (epigraph) 包含一段匿名或署名引文,出現在段落或章節的開頭,或在題名頁中。 [4.2.3 Arguments, Epigraphs, and Postscripts 4.2 Elements Common to All Divisions 4.6 Title Pages]
組件 textstructure — Default Text Structure
屬性
俱乐部会员
可包含在於
core: lg list
figures: figure table
msdescription: msItem
textcrit: lem rdg
可包含
例子
<epigraph xml:lang="zh">
 <cit>
  <bibl>俞平伯</bibl>
  <quote>
   <l part="N">小燕子其實也無所愛,</l>
   <l>只是沉浸在朦朧而飄忽的夏夜夢里罷了。</l>
  </quote>
 </cit>
</epigraph>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.common"/>
  <classRef key="model.global"/>
 </alternate>
</content>
宣告
<rng:element name="epigraph">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.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,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   ( model.common | model.global )*
}