Start Getting and Using the TEI Sources Report an issue

set

setsetting 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). [7.1 Front and Back Matter ]
Moduledrama — Performance texts
Attributes
  • att.global ( @xml:id , @n , @xml:lang , @xml:base , @xml:space ) (att.global.rendition ( @rend , @style , @rendition ) ) (att.global.linking ( @corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) ) (att.global.analytic ( @ana ) ) (att.global.facs ( @facs ) ) (att.global.change ( @change ) ) (att.global.responsibility ( @cert , @resp ) ) (att.global.source ( @source ) )
  • Member ofmodel.frontPart.drama
    Contained by

    textcrit

    :

    textstructure

    :
    May contain

    header

    :

    iso-fs

    :

    msdescription

    :

    textstructure

    :
    Note

    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.

    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>
    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="0" maxOccurs="unbounded"/>
    
            </sequence>
    
        </sequence>
      </content>