<performance>

<performance> 包含前頁或後頁部分,描述戲劇作品的一般演出方式、或曾經在某些特定場合的演出方式。 [7.1.3 Records of Performances 7.1 Front and Back Matter ]
組件drama — 7 Performance Texts
屬性att.global (@xml:id, @n, @xml:lang, @rend, @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))
屬於
可包含在於
textstructure: back front
可包含
宣告

<rng:element name="performance">
 <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: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:group>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:group>
    <rng:ref name="model.divBottom"/>
   </rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element performance
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   (
      ( model.divTop | model.global )*,
      ( ( model.common ), model.global* )+,
      ( ( model.divBottom ), model.global* )*
   )
}
例子
<performance>
 <p>
  <rs type="place">新竹市文化局演藝廳</rs>, <date>2008年3月14日</date>
  <castList>
   <castItem>
    <role>劉福春</role>
    <actor>陳忠義</actor>
   </castItem>
   <castItem>
    <role>劉麗月</role>
    <actor>陳慧如</actor>
   </castItem>
  </castList>
 </p>
 <p>監製: <name>李永得</name>
 </p>
</performance>
例子
<performance>
 <p>首演假<rs type="place">台北國家劇院</rs><date>2007年10月12日</date>
  <castList>
   <castItem>劉麗君: 徐堰鈴飾</castItem>
  </castList>
 </p>
</performance>