<performance>

<performance> (performance) 包含前頁或後頁部分,描述戲劇作品的一般演出方式、或曾經在某些特定場合的演出方式。 [7.1.3 Records of Performances 7.1 Front and Back Matter ]
組件 drama — Performance Texts
屬性
俱乐部会员
可包含在於
textcrit: lem rdg
textstructure: back front
可包含

contains paragraphs and an optional cast list only.

例子
<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>
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>
宣告
<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* )*
   )
}