<front>

<front> 本文より前,文書の始めにある序文としてあるもの(標題,タイトル,序文, 献辞など). [4.6 Title Pages 4 Default Text Structure]
モジュールtextstructure — Default Text Structure
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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.declaring (@decls)
クラブのメンバー
上位
textstructure: floatingText text
transcr: facsimile
下位
宣言

<rng:element name="front">
 <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.declaring.attributes"/>
 <rng:group>
  <rng:group>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="model.frontPart"/>
     <rng:ref name="model.pLike"/>
     <rng:ref name="model.pLike.front"/>
     <rng:ref name="model.global"/>
    </rng:choice>
   </rng:zeroOrMore>
  </rng:group>
  <rng:optional>
   <rng:choice>
    <rng:group>
     <rng:ref name="model.div1Like"/>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="model.div1Like"/>
       <rng:ref name="model.frontPart"/>
       <rng:ref name="model.global"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:group>
    <rng:group>
     <rng:ref name="model.divLike"/>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="model.divLike"/>
       <rng:ref name="model.frontPart"/>
       <rng:ref name="model.global"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:group>
   </rng:choice>
   <rng:group>
    <rng:optional>
     <rng:group>
      <rng:ref name="model.divBottom"/>
     </rng:group>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="model.divBottom"/>
       <rng:ref name="model.global"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:optional>
   </rng:group>
  </rng:optional>
 </rng:group>
</rng:element>
element front
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declaring.attributes,
   (
      ( ( model.frontPart | model.pLike | model.pLike.front | model.global )* ),
      (
         (
            (
               model.div1Like,
               ( model.div1Like | model.frontPart | model.global )*
            )
          | (
               model.divLike,
               ( model.divLike | model.frontPart | model.global )*
            )
         ),
         ( ( ( model.divBottom ), ( model.divBottom | model.global )* )? )
      )?
   )
}
<front>
 <epigraph>
  <quote>Nam Sibyllam quidem Cumis ego ipse oculis meis
     vidi in ampulla pendere, et cum illi pueri dicerent:
  <q xml:lang="gr">Σίβυλλα τί θέλεις</q>; respondebat
     illa: <q xml:lang="gr">ὰποθανεῖν θέλω.</q>
  </quote>
 </epigraph>
 <div type="dedication">
  <p>For Ezra Pound <q xml:lang="it">il miglior fabbro.</q>
  </p>
 </div>
</front>
<front>
 <div type="dedication">
  <p>To our three selves</p>
 </div>
 <div type="preface">
  <head>Author's Note</head>
  <p>All the characters in this book are purely imaginary, and if the
     author has used names that may suggest a reference to living persons
     she has done so inadvertently.
     ...</p>
 </div>
</front>