<u>

<u> (話語) 一段言詞,通常在說話前後是一段沉默、或是另一個人的說話。 [8.3.1 Utterances]
組件spoken — Transcriptions of Speech
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.declaring (@decls) att.ascribed (@who)
trans(transition) 指出此段話語和前段話語之間轉變過程的特性。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
smooth
此段話語的開頭並無異常停頓或異常迅速。 [預設值]
latching
此段話語開頭的停頓明顯比平常要短。
overlap
此段話語在前一段還未結束前就開始。
pause
此段話語在一段明顯的停頓之後開始。
俱乐部会员
可包含在於
可包含
宣告

<rng:element name="u">
 <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.timed.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:optional>
  <rng:attribute name="trans"
   a:defaultValue="smooth">

   <xhtml:dl class="valList"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element u
{
   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.timed.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.declaring.attributes,
   att.ascribed.attributes,
   attribute trans { text }?,
   ( text | model.gLike | model.phrase | model.global )*
}
例子
<u who="#zh-tw_spkr1">假如你真的決定</u>
<u trans="latchingwho="#zh-tw_spkr2">...我和小文會在我們之間做個決定</u>
<list type="speakers">
 <item xml:id="zh-tw_spkr1"/>
 <item xml:id="zh-tw_spkr2"/>
</list>