<set>

<set> 包含一段演出的場景描述,像是佈景、時間、地點、景象等,這段描述通常出現在劇本中的前頁部分 (並非舞台動作指示) 。 [7.1 Front and Back Matter ]
組件 drama — Performance Texts
屬性
俱乐部会员
可包含在於
textcrit: lem rdg
textstructure: back front
可包含

Contains paragraphs or phrase level tags.

This element should not be used outside the front or back matter; for similar contextual descriptions within the body of the text, use the stage element.

例子
<set>
 <p>故事發生於九月八日正午十二點至三點間,位於台北中正紀念堂附近,有群眾包圍抗議政府的更名政策。</p>
</set>
例子
<set>
 <head>場景</head>
 <p>在一個秋高氣爽的下午,中正紀念堂前</p>
</set>
例子
<front>
<!-- <>, <div type="Dedication">, etc. -->
 <set>
  <list type="gloss">
   <label>時間:</label>
   <item>2007</item>
   <label>地點:</label>
   <item>台北市中心</item>
  </list>
 </set>
</front>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.headLike"/>
   <classRef key="model.global"/>
  </alternate>
  <sequence minOccurs="0"
   maxOccurs="unbounded">

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

  </sequence>
 </sequence>
</content>
宣告
<rng:element name="set">
 <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.headLike"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:group>
    <rng:ref name="model.common"/>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element set
{
   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.headLike | model.global )*, ( model.common, model.global* )* )
}