<stage>

<stage> (舞台指示) 包含劇本中任何一種舞台場景或演出動作指示。 [3.12.2 Core Tags for Drama 3.12 Passages of Verse or Drama 7.2.4 Stage Directions]
組件core — Elements Available in All TEI Documents
屬性att.ascribed (@who) 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.placement (@place)
type指出舞台指示的種類。 被推薦的值包含: 1] setting; 2] entrance; 3] exit; 4] business; 5] novelistic; 6] delivery; 7] modifier; 8] location; 9] mixed
狀態 推薦的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
被推薦的值包含:
setting
描述舞台佈景。
entrance
描述角色進場。
exit
描述角色退場。
business
描述演員動作。
novelistic
敘述性的,積極性的舞台指示。
delivery
描述演員說話方式。
modifier
提供一個角色的某些細節資訊。
location
描述場景位置。
mixed
包含兩種以上的舞台指示類型。
俱乐部会员
可包含在於
可包含
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
宣告

<rng:element name="stage">
 <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.placement.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <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:data type="Name"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element stage
{
   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.placement.attributes,
   attribute type
   {
      "setting"
    | "entrance"
    | "exit"
    | "business"
    | "novelistic"
    | "delivery"
    | "modifier"
    | "location"
    | "mixed"
    | xsd:Name
   }?,
   macro.specialPara
}
例子
<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>