Stage Directions
Stage directions are enclosed with a <stage>
element:
<stage>[stage direction]</stage>
Different types of stage directions are possible and are treated differently:
1. Stage directions at the beginning of an act or entry: These stage directions determine the following section. They are usually after the respective section heading.
<div type="[e. g. scene]"> <head>[title of the entry]</head> <stage>[stage direction]</stage> <sp>[speech act]</sp> <sp>[another speech act]</sp> </div>
Stage Direction I
2. Stage directions before the beginning or after the end of a speech act: Stage directions within an act that are not assigned to a speech act, but referring to the scene in general, are reproduced outside the contiguous <sp>
elements in a <stage>
element.
<div type="[e. g. scene]"> <head>[title of the entry]</head> <sp>[speech act]</sp> <stage>[stage direction]</stage> <sp>[another speech act]</sp> </div>
Stage Direction II
3. Stage directions within a speech act: Stage directions assigned to a speech act are reproduced within the <sp>
element. If the stage direction is before or after the speaker's direct speech, it is given outside of <p>
. If it is within the direct speech, the <p>
element is not interrupted. Instead, the <stage>
element is integrated into the <p>
element.
<div type="[e. g. scene]"> <head>[title of the entry]</head> <sp> <speaker>[speaker]</speaker> <stage>[stage direction before the speech]</stage> <p>[speech] <stage>[stage direction within the speech]</stage> [speech]</p> <stage>[stage direction after the speech]</stage> </sp> <sp>[another speech act]</sp> </div>