<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
描述舞台佈景。<a href="https://translate.tei-c.org/translate.html?edit=stage.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
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.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.cmc.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.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.cmc.attributes,
   att.placement.attributes,
   att.written.attributes,
   attribute type
   {
      list
      {
         (
            "setting"
          | "entrance"
          | "exit"
          | "business"
          | "novelistic"
          | "delivery"
          | "modifier"
          | "location"
          | "mixed"
          | teidata.enumerated
         )*
      }
   }?,
   macro.specialPara
}