<move>
| <move> (déplacement) marque l'entrée ou la sortie d'un ou plusieurs personnages sur la scène. 7.2.3 Stage Directions | |||||||||||||||||||||||||||
| Module | drama — 7 Performance Texts | ||||||||||||||||||||||||||
| Attributs |  att.ascribed (@who) 
  | ||||||||||||||||||||||||||
| Utilisé par | |||||||||||||||||||||||||||
| Peut contenir | Elément vide | ||||||||||||||||||||||||||
| Declaration | 
 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 }  | ||||||||||||||||||||||||||
| Exemple | <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>  | ||||||||||||||||||||||||||
