<set>

<set> 包含一段演出的場景描述,像是佈景、時間、地點、景象等,這段描述通常出現在劇本中的前頁部分 (並非舞台動作指示) 。 7.1 Front and Back Matter
組件drama — 7 Performance Texts
屬性
屬於
可包含
宣告

<rng:element name="set">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.headLike"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:group>
   <rng:group>
    <rng:ref name="model.common"/>
   </rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:group>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element set
{
   att.global.attributes,
   ( ( model.headLike | model.global )*, ( ( model.common ), model.global* )* )
}
例子
<set>
 <p>The action takes place on February 7th between the hours of noon
   and six in the afternoon, close to the Trenartha Tin Plate Works,
   on the borders of England and Wales, where a strike has been in
   progress throughout the winter.</p>
</set>
例子
<set>
 <head>SCENE</head>
 <p>A Sub-Post Office on a late autumn evening</p>
</set>
例子
<front>
<!-- <titlePage>, <div type="Dedication">, etc. -->
 <set>
  <list type="gloss">
   <label>TIME</label>
   <item>1907</item>
   <label>PLACE</label>
   <item>East Coast village in England</item>
  </list>
 </set>
</front>