<shift>

<shift> 所標記的位置表示任一說話者在一連串說話中,某些附屬語言特性的改變。 [8.3.6 Shifts]
組件spoken — 8 Transcriptions of Speech
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.ascribed (@who)
feature附屬語言特性
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
tempo
說話速度
loud
音量
pitch
音調範圍
tension
張力或強調模式
rhythm
節奏品質
voice
聲音品質
new說明改變後的附屬語言特性狀況。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
預設值 normal
An open list (for an example of possible values, see 8.4.2 Synchronization and Overlap)
屬於
可包含在於
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
可包含空白元素
宣告

<rng:element name="shift">
 <rng:ref name="att.global.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.ascribed.attributes"/>
 <rng:optional>
  <rng:attribute name="feature">
   <rng:choice>
    <rng:value>tempo</rng:value>
    <rng:value>loud</rng:value>
    <rng:value>pitch</rng:value>
    <rng:value>tension</rng:value>
    <rng:value>rhythm</rng:value>
    <rng:value>voice</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="new" a:defaultValue="normal">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element shift
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.ascribed.attributes,
   attribute feature
   {
      "tempo" | "loud" | "pitch" | "tension" | "rhythm" | "voice"
   }?,
   attribute new { data.enumerated }?,
   empty
}
例子
<u who="#zh-tw_LB">
 <shift feature="loud" new="f"/>伊莉莎白
</u>
<u who="#zh-tw_EB">是的</u>
<u who="#zh-tw_LB">
 <shift feature="loud"/>來把這穿上<pause/>
 <shift feature="loud" new="ff"/>好嘛
</u>
<!-- ... -->
<listPerson type="speakers">
 <person xml:id="zh-tw_LB"/>
 <person xml:id="zh-tw_EB"/>
</listPerson>