<tech>

<tech> (Indicazioni i scena tecniche) descrive particolari indicazioni di scena non indirizzate agli attori. [7.3.1 Technical Information]
Modulo drama — Performance Texts
Attributi
type⚓︎ classifica l'indicazione di scena tecnica.
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
I valori suggeriti includono:
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 1–∞ occorrenze di teidata.pointer separato da spazio bianco
Membro del
Contenuto in
Può contenere
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
caratteri di testo
Esempio
<tech type="light">Red spot on his face</tech>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Dichiarazione
<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
}