<tech>

<tech> (indication technique de mise en scène ) indication technique particulière de mise en scène qui n'est pas destinée aux acteurs. 7.3.1 Technical Information
Module drama — 7 Performance Texts
En complément des attributs globaux
type catégorise l'indication technique de mise en scène.
Statut Optionel
Les valeurs autorisées sont:
light
signal lumineux.
sound
signal sonore
prop
indication d'accessoires
block
indication des marques.
perf (jeu) identifie la ou les représentations auxquelles s'appliquent ces indications techniques.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Valeurs The IDREFS are derived from the xml:id attribute on a performance element.
Utilisé par
Peut contenir
Declaration

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