<epilogue>

<epilogue> (epilogue) contains the epilogue to a drama, typically spoken by an actor out of character, possibly in association with a particular performance or venue. [7.1.2 Prologues and Epilogues 7.1 Front and Back Matter ]
Module drama — Performance Texts
Attributes
Member of
Contained by
textcrit: lem rdg
textstructure: back front
May contain
Note

Contains optional headings, a sequence of one or more component-level elements, and an optional sequence of closing material.

Example
<epilogue>
 <head>Written by <name>Colley Cibber, Esq</name> and spoken by <name>Mrs. Cibber</name>
 </head>
 <sp>
  <lg type="couplet">
   <l>Since Fate has robb'd me of the hapless Youth,</l>
   <l>For whom my heart had hoarded up its truth;</l>
  </lg>
  <lg type="couplet">
   <l>By all the Laws of Love and Honour, now,</l>
   <l>I'm free again to chuse, — and one of you</l>
  </lg>
  <lg type="triplet">
   <l>Suppose I search the sober Gallery; — No,</l>
   <l>There's none but Prentices — &amp; Cuckolds all a row:</l>
   <l>And these, I doubt, are those that make 'em so.</l>
  </lg>
  <stage type="business">Pointing to the Boxes.</stage>
  <lg type="couplet">
   <l>'Tis very well, enjoy the jest:</l>
  </lg>
 </sp>
</epilogue>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.divTop"/>
   <classRef key="model.global"/>
  </alternate>
  <sequence minOccurs="1"
   maxOccurs="unbounded">

   <classRef key="model.common"/>
   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
  <sequence minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.divBottom"/>
   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
<rng:element name="epilogue">
 <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:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.divTop"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:group>
    <rng:ref name="model.common"/>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:group>
    <rng:ref name="model.divBottom"/>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element epilogue
{
   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.divTop | model.global )*,
      ( model.common, model.global* )+,
      ( model.divBottom, model.global* )*
   )
}