Text Encoding Initiative

The XML Version of the TEI Guidelines

<set>


<set> contains a description of the setting, time, locale, appearance, etc., of the action of a play, typically found in the front matter of a printed performance text (not a stage direction).
Attributes Global attributes and those inherited from dramafront
Example
<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>
Example
<set><head>SCENE</head>
<p>A Sub-Post Office on a late autumn evening</p>
</set>
Example
<front>
  <titlePage> ... </titlePage>
  <div type="Notice"> ... </div>
  <div type="Dedication"> ... </div>
  <div type="Performance"> ... </div>
  <set>
  <list type="gloss">
      <label>TIME</label><item>1907</item>
      <label>PLACE</label><item>East Coast village in England</item>
  </list>
  </set>
</front>
Note

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

Module Declared in file teidram2; Base tag set for performance texts: enabled by TEI.drama
Class dramafront
Data Description Contains paragraphs or phrase level tags.
May contain ab addSpan alt altGrp anchor bibl biblFull biblStruct camera caption castList cb certainty cit delSpan eTree entry entryFree event fLib figure fs fsLib fvLib fw gap graph head index interp interpGrp join joinGrp kinesic l label lb lg lg1 lg2 lg3 lg4 lg5 link linkGrp list listBibl milestone move note p pause pb q quote respons shift sound sp span spanGrp stage superEntry table tech termEntry timeline tree u view vocal witDetail witList writing
May occur within back front
Declaration
<!ELEMENT set %om.RR; ((%m.Incl;)*, head?, %component.seq;)> 
<!ATTLIST set  
      %a.global;>
See further 10.1 Front and Back Matter

Up: 35 Elements