<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>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>
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* )* )
}