<stage>

<stage> (舞台指示) 在劇本中所呈現的任何舞台場景或演出動作指示。 3.12.2 Core Tags for Drama 3.12 Passages of Verse or Drama 7.2.3 Stage Directions
組件core — 3 Elements Available in All TEI Documents
屬性
type說明舞台指示的種類。
狀態 推薦的
資料類型
data.enumerated
被推薦的值包含:
setting
描述舞台佈景。
entrance
描述角色進場。
exit
描述角色退場。
business
描述演員動作。
novelistic
敘述性的,積極性的舞台指示。
delivery
描述演員說話方式。
modifier
提供關於一個角色的細節資訊。
location
描述場景位置。
mixed
包含一種以上的舞台指示類型。
屬於 model.stageLike
可包含
宣告
element stage
{
   att.global.attributes,
   attribute type
   {
      "setting"
    | "entrance"
    | "exit"
    | "business"
    | "novelistic"
    | "delivery"
    | "modifier"
    | "location"
    | "mixed"
    | xsd:Name
   }?,
   macro.specialPara
}
例子
<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>