<u>

<u> (enunciado) fragmento de texto hablado precedido y seguido normalmente de un silencio o de un cambio de hablante [8.3.1 Utterances]
Módulospoken — 8 Transcriptions of Speech
Atributosatt.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.timed (@start, @end) (att.duration.w3c (@dur)) att.declaring (@decls) att.ascribed (@who)
trans (transición) indica la naturaleza de la transición entre un enunciado y el precedente.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Los valores admitidos son:
smooth
esta elocución comienza sin la pausa inicial o con una rapidez inusual. [Por defecto]
latching
esta elocución comienza con una pausa marcada más corta de lo normal.
overlap
esta elocución comienza antes de que la anterior haya acabado.
pause
esta elocución comienza después de una pausa notable.
Usado por
Contenido en
Puede contener
Declaración

<rng:element name="u">
 <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.timed.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:optional>
  <rng:attribute name="trans" a:defaultValue="smooth">
   <rng:choice>
    <rng:value>smooth</rng:value>
    <rng:value>latching</rng:value>
    <rng:value>overlap</rng:value>
    <rng:value>pause</rng:value>
   </rng:choice>
  </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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.declaring.attributes,
   att.ascribed.attributes,
   attribute trans { "smooth" | "latching" | "overlap" | "pause" }?,
   ( text | model.gLike | model.phrase | model.global )*
}
Ejemplo
<u who="#spkr1">if did you set</u>
<u trans="latching" who="#spkr2">well Joe and I set it between us</u>
<list type="speakers">
 <item xml:id="spkr1"/>
 <item xml:id="spkr2"/>
</list>