<tech>

<tech> (technical stage direction) describes a special-purpose stage direction that is not meant for the actors. 7.3.1 Technical Information
Modul drama — 7 Performance Texts
Neben global gültigen Attributen
type categorizes the technical stage direction.
Zustand Optional
Gültige Werte:
light
a lighting cue
sound
a sound cue
prop
a prop cue
block
a blocking instruction
perf (performance) identifies the performance or performances to which this technical direction applies.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Werte The IDREFS are derived from the xml:id attribute on a performance element.
Verwendet von
Kann enthalten
Deklaration

<rng:element name="tech">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>light</rng:value>
    <rng:value>sound</rng:value>
    <rng:value>prop</rng:value>
    <rng:value>block</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="perf">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element tech
{
   att.global.attributes,
   attribute type { "light" | "sound" | "prop" | "block" }?,
   attribute perf { data.enumerated }?,
   macro.paraContent
}
Beispiel
<tech type="light">Red spot on his face</tech>