<u>

<u> (발화) 일반적으로 침묵 또는 화자 바뀜에 의해 구분되는, 말의 연속체. [8.3.1 Utterances]
모듈 spoken — Transcriptions of Speech
속성
trans⚓︎ (전이) 발화 사이의 전이적 특성을 나타낸다.
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
smooth
발화가 일상적 휴지 또는 신속함 없이 시작된다. [기본값]
latching
발화가 평소보다 두드러지게 짧은 휴지와 더불어 시작한다.
overlap
이전 발화가 끝나기 전에 발화가 시작한다.
pause
현저한 휴지 이후에 발화가 시작한다.
클럽 회원
에 의해 포함된
포함할 수 있다
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
주석

Prose and a mixture of speech elements

Although individual transcriptions may consistently use u elements for turns or other units, and although in most cases a u will be delimited by pause or change of speaker, u is not required to represent a turn or any communicative event, nor to be bounded by pauses or change of speaker. At a minimum, a u is some phonetic production by a given speaker.

<u who="#spkr1">if did you set</u>
<u trans="latchingwho="#spkr2">well Joe and I set it between us</u>
<list type="speakers">
 <item xml:id="spkr1"/>
 <item xml:id="spkr2"/>
</list>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
선언
<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.global.source.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.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.notated.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:ref name="macro.paraContent"/>
</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.global.source.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.declaring.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.notated.attributes,
   attribute trans { "smooth" | "latching" | "overlap" | "pause" }?,
   macro.paraContent
}