Example: <move> (movement)

These search results reproduce every example of the use of <move> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <move> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

7 Performance Texts


7.2.4 Stage Directions

<castList>
 <castItem>
  <role xml:id="bella">Bellafront</role>
 </castItem>
</castList>
<stage type="entrance">
 <move who="#bellatype="enter"/>
   Enter Bellafront mad.</stage>

7.2.4 Stage Directions

<castList>
 <castItem>
  <role xml:id="lm">Lady Macbeth</role>
 </castItem>
 <castItem>
  <role xml:id="g1">First Gentleman</role>
 </castItem>
<!-- ... -->
</castList>
<sp who="#g1">
 <speaker>Gent.</speaker>
 <p>Neither to you, nor any one; having no witness
     to confirm my speech. <move who="#lmtype="enterwhere="C"/>
     Lo you! here she comes. This is her very guise; and,
     upon my life, fast asleep.</p>
</sp>

<move>

<performance xml:id="perf1">
 <p>First performance</p>
 <castList>
  <castItem>
   <role xml:id="bellaf">Bellafront</role>
  </castItem>
<!-- ... -->
 </castList>
</performance>
<!-- ... -->
<stage type="entrance">
 <move who="#bellaftype="enterwhere="L"
  perf="#perf1"/>
Enter
   Bellafront mad.</stage>

<move>

<performance xml:id="fr_perf1">
 <p>Première apparition</p>
 <castList>
  <castItem>
   <role xml:id="fr_clar">Clarence</role>
  </castItem>
 </castList>
</performance>
<stage type="entrance">
 <move who="#fr_clartype="enter"
  perf="#perf1"/>
(Entre Clarence,
   entouré de gardes).</stage>

<move>

<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>