<stage>

<stage> (stage direction) contains any kind of stage direction within a dramatic text or fragment. 3.12.2 Core Tags for Drama 3.12 Passages of Verse or Drama 7.2.3 Stage Directions
Modulecore — 3 Elements Available in All TEI Documents
AttributesIn addition to global attributes
typeindicates the kind of stage direction.
Status Recommended
Datatype
data.enumerated
Suggested values include:
settingdescribes a setting.
entrancedescribes an entrance.
exitdescribes an exit.
businessdescribes stage business.
novelisticis a narrative, motivating stage direction.
deliverydescribes how a character speaks.
modifiergives some detail about a character.
locationdescribes a location.
mixedmore than one of the above
Declaration
element stage
{
   att.global.attributes,
   attribute type
   {
      "setting"
    | "entrance"
    | "exit"
    | "business"
    | "novelistic"
    | "delivery"
    | "modifier"
    | "location"
    | "mixed"
    | xsd:Name
   }?,
   macro.specialPara
}
Example
<stage type="setting">A curtain being drawn.</stage>
<stage type="setting">Music</stage>
<stage type="entrance">Enter Husband as being thrown off his
horse.</stage>
<stage type="exit">Exit pursued by a bear.</stage>
<stage type="business">He quickly takes the stone out.</stage>
<stage type="delivery">To Lussurioso.</stage>
<stage type="novelistic">Having had enough, and embarrassed for
the family.</stage>
<stage type="modifier">Disguised as Ansaldo.</stage>
<stage type="location">At a window.</stage>
<stage rend="inlinetype="delivery">Aside.</stage>
Contained by model.stageLike
May contain