<performance>

<performance> (performance) contains a section of front or back matter describing how a dramatic piece is to be performed in general or how it was performed on some specific occasion. [7.1.3 Records of Performances 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 paragraphs and an optional cast list only.

Example
<performance>
 <p>
  <rs type="place">Gateway Theatre, Edinburgh</rs>, <date>6 September 1948</date>
  <castList>
   <castItem>
    <role>Anath Bithiah</role>
    <actor>Athene Seyler</actor>
   </castItem>
   <castItem>
    <role>Shendi</role>
    <actor>Robert Rietty</actor>
   </castItem>
  </castList>
 </p>
 <p>Directed by <name>E. Martin Browne</name>
 </p>
</performance>
Example
<performance>
 <p>Cast of the original production at the <rs type="place">Savoy Theatre, London,</rs> on
 <date>September 24, 1907</date>
  <castList>
   <castItem>Colonel Hope : Mr A.E.George</castItem>
  </castList>
 </p>
</performance>
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="performance">
 <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 performance
{
   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* )*
   )
}