<stage>

<stage> (舞台指示) 包含劇本中任何一種舞台場景或演出動作指示。 [3.13.2 Core Tags for Drama 3.13 Passages of Verse or Drama 7.2.4 Stage Directions]
組件 core — Elements Available in All TEI Documents
屬性
type⚓︎ 指出舞台指示的種類。
狀態 推薦的
資料類型 0–∞ 次可出現: teidata.enumerated 以空白鍵隔開
被推薦的值包含:
setting
描述舞台佈景。
entrance
描述角色進場。
exit
描述角色退場。
business
描述演員動作。
novelistic
敘述性的,積極性的舞台指示。
delivery
描述演員說話方式。
modifier
提供一個角色的某些細節資訊。
location
描述場景位置。
mixed
包含兩種以上的舞台指示類型。
俱乐部会员
可包含在於
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data

The who attribute may be used to indicate more precisely the person or persons participating in the action described by the stage direction.

例子
<stage type="setting">電梯開門</stage>
<stage type="setting">指揮聲</stage>
<stage type="entrance">小陳和小王騎車回來</stage>
<stage type="exit">搬家工人把家具搬進電梯</stage>
<stage type="business">小玉清點家具數量</stage>
<stage type="delivery">將簽收單交給搬家工人</stage>
<stage type="novelistic">家具佔去出入口,小玉顯得有些不好意思。</stage>
<stage type="modifier">小陳眼睛為之一亮</stage>
<stage type="location">電梯口</stage>
<stage rend="inlinetype="delivery">悄悄話</stage>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
宣告
<rng:element name="stage">
 <rng:ref name="att.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <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:ref name="att.placement.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:list>
    <rng:zeroOrMore>
     <rng:choice>
      <rng:value>setting</rng:value>
      <rng:value>entrance</rng:value>
      <rng:value>exit</rng:value>
      <rng:value>business</rng:value>
      <rng:value>novelistic</rng:value>
      <rng:value>delivery</rng:value>
      <rng:value>modifier</rng:value>
      <rng:value>location</rng:value>
      <rng:value>mixed</rng:value>
      <rng:ref name="teidata.enumerated"/>
     </rng:choice>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element stage
{
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   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,
   att.placement.attributes,
   att.written.attributes,
   attribute type
   {
      list
      {
         (
            "setting"
          | "entrance"
          | "exit"
          | "business"
          | "novelistic"
          | "delivery"
          | "modifier"
          | "location"
          | "mixed"
          | teidata.enumerated
         )*
      }
   }?,
   macro.specialPara
}