<shift>

<shift> señala el punto en que un fenómeno paralingüístico de una serie de enunciados producidos por uno de los hablantes cambia estado. 8.3.6 Shifts
Módulospoken — 8 Transcriptions of Speech
Atributos att.ascribed (@who)
featureenunciado paralingüístico
Estado Opcional
Los valores admitidos son:
tempo
speed of utterance.
loud
loudness.
pitch
pitch range.
tension
tension or stress pattern.
rhythm
rhythmic qualities.
voice
voice quality.
newespecifica el nuevo estado del fenómeno paralingüístico especificado.
Estado Opcional
Tipo de datos
data.enumerated
Valores An open list (for an example of possible values, see 8.4.2 Synchronization and Overlap)
Nota
If no value is specified, it is assumed that the feature concerned ceases to be remarkable. The value ‘normal’ has the same effect.
Used by model.global.spoken
May containEmpty element
Declaración
element shift
{
   att.global.attributes,
   att.ascribed.attributes,
   attribute feature
   {
      "tempo" | "loud" | "pitch" | "tension" | "rhythm" | "voice"
   }?,
   attribute new { data.enumerated }?,
   empty
}
Ejemplo
<u who="#LB">
 <shift feature="loudnew="f"/>Elizabeth
</u>
<u who="#EB">Yes</u>
<u who="#LB">
 <shift feature="loud"/>Come and try this
<pause/>
 <shift feature="loudnew="ff"/>come on
</u>
<!-- ... -->
<listPerson type="speakers">
 <person xml:id="LB"/>
 <person xml:id="EB"/>
</listPerson>

The word ‘Elizabeth’ is spoken loudly, the words ‘Yes’ and ‘Come and try this’ with normal volume, and the words ‘come on’ very loudly.