<move>
<move> (動作) 標記舞台上人物的實際進場或退場。 7.2.3 Stage Directions | |||||||||||||||||||||||||
組件 | drama — 7 Performance Texts | ||||||||||||||||||||||||
屬性 | att.ascribed (@who)
| ||||||||||||||||||||||||
屬於 | |||||||||||||||||||||||||
可包含 | 空白元素 | ||||||||||||||||||||||||
宣告 |
element move { att.global.attributes, att.ascribed.attributes, attribute type { "entrance" | "exit" | "onStage" | xsd:Name }?, attribute where { list { data.enumerated+ } }?, attribute perf { list { data.pointer+ } }?, empty } | ||||||||||||||||||||||||
例子 | <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_bellaf" type="enter" where="L" perf="#perf1"/> 進場:楊四郎,鬱悶思鄉。 </stage> |