<tech>

<tech> (Indicazioni i scena tecniche) descrive particolari indicazioni di scena non indirizzate agli attori. 7.3.1 Technical Information
Modulodrama — 7 Performance Texts
Attributi
typeclassifica l'indicazione di scena tecnica.
Stato Opzionale
I valori legali sono:
light
un segnale luminoso
sound
un segnale sonoro
prop
un battuta d'entrata
block
un indicazione di arresto
perf (rappresentazione) identifica la messa in scena o le messe in scena a cui si applicano le indicazioni tecniche.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori The IDREFS are derived from the xml:id attribute on a performance element.
Usato da
Può contenere
Dichiarazione

<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
}
Esempio
<tech type="light">Red spot on his face</tech>