<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="perf1"> <p>First performance</p> <castList> <castItem> <role xml:id="bellaf">Bellafront</role> </castItem> <!-- ... --> </castList> </performance> <!-- ... --> <stage type="entrance"> <move who="#bellaf" type="enter" where="L" perf="#perf1"/> Enter Bellafront mad. </stage> |