<move>

<move> (動作) 標記舞台上人物的實際進場或退場。 [7.2.4 Stage Directions]
組件 drama — Performance Texts
屬性
type⚓︎ 說明舞台動作,例如進場或退場。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
entrance
角色進場
exit
角色退場
onStage
character moves on stage
where⚓︎ 說明舞台動作的方向。
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.authority 以空白鍵隔開
實例值包含:
L
(left) 舞台左側
R
(right) 舞台右側
C
(center) 舞台中央
perf⚓︎ (performance) 指明這項舞台動作出現在哪些演出中。
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.pointer 以空白鍵隔開
俱乐部会员
可包含在於
可包含 空白元素
例子
<performance xml:id="zh-tw_perf1">
 <p>第一場戲</p>
 <castList>
  <castItem>
   <role xml:id="zh-tw_bellaf">楊四郎</role>
  </castItem>
<!-- 其他角色 -->
 </castList>
</performance>
<!-- ... -->
<stage type="entrance">
 <move who="#zh-tw_bellaftype="enter"
  where="Lperf="#perf1"/>

進場:楊四郎,鬱悶思鄉。
</stage>
Content model
<content>
 <empty/>
</content>
宣告
<rng:element name="move">
 <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.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>entrance</rng:value>
    <rng:value>exit</rng:value>
    <rng:value>onStage</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="where">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.authority"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="perf">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element move
{
   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.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.typed.attribute.subtype,
   attribute type { "entrance" | "exit" | "onStage" | teidata.enumerated }?,
   attribute where { list { teidata.authority+ } }?,
   attribute perf { list { teidata.pointer+ } }?,
   empty
}