<set>

<set> (setting) 一般には,印刷された舞台テキストの前付にある,芝居の設定,時間,場所, 現れ方などの情報を示す. 7.1 Front and Back Matter
モジュールdrama — 7 Performance Texts
属性
当該モジュールを使用するもの model.frontPart.drama
下位
宣言
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>
解説
Contains paragraphs or phrase level tags.
This element should not be used outside the front matter; for similar contextual descriptions within the body of the text, use the <stage> element.