<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
属性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
type ト書きの種類を示す.
状態 推薦される
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
提案する値は以下の通り:
setting
舞台設定を示す.
entrance
出方を示す.
exit
はけ方を示す.
business
所作を示す.
novelistic
ト書きの意図を解説する.
delivery
登場人物の話し方を示す.
modifier
登場人物の詳細を示す.
location
場所を示す.
mixed
上記の内容を複数示す.
当該モジュールを使用するもの
上位
下位
宣言

<rng:element name="stage">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.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.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.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="inline" type="delivery">Aside.</stage>