<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 — Performance Texts
Attribute
type⚓︎ categorizes the technical stage direction.
Abgeleitet aus att.typed
Zustand Optional
Datentyp teidata.enumerated
Empfohlene Werte sind:
light
a lighting cue
sound
a sound cue
prop
a prop cue
block
a blocking instruction
perf⚓︎ (performance) points to one or more performance elements documenting the performance or performances to which this technical direction applies.
Zustand Optional
Datentyp 1–∞ Vorkommen von teidata.pointer durch Leerzeichen getrennt
Mitglied des
Enthalten in
Kann enthalten
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Zeichendaten
Beispiel
<tech type="light">Red spot on his face</tech>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Deklaration
<rng:element name="tech">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <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:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="perf">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element tech
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type { "light" | "sound" | "prop" | "block" | teidata.enumerated }?,
   attribute perf { list { teidata.pointer+ } }?,
   macro.paraContent
}