<shift>

<shift> marks the point at which some paralinguistic feature of a series of utterances by any one speaker changes. 8.3.6 Shifts
組件spoken — 8 Transcriptions of Speech
屬性 att.ascribed (@who)
featurea paralinguistic feature.
狀態 非必備的
合法的值是:
tempo
speed of utterance.
loud
loudness.
pitch
pitch range.
tension
tension or stress pattern.
rhythm
rhythmic qualities.
voice
voice quality.
newspecifies the new state of the paralinguistic feature specified.
狀態 非必備的
資料類型
data.enumerated
An open list (for an example of possible values, see 8.4.2 Synchronization and Overlap)
If no value is specified, it is assumed that the feature concerned ceases to be remarkable. The value ‘normal’ has the same effect.
屬於 model.global.spoken
可包含空白元素
宣告
element shift
{
   att.global.attributes,
   att.ascribed.attributes,
   attribute feature
   {
      "tempo" | "loud" | "pitch" | "tension" | "rhythm" | "voice"
   }?,
   attribute new { data.enumerated }?,
   empty
}
例子
<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.