<vocal>

<vocal> 發出聲音但未必是詞彙的話語,例如有聲的停頓、非詞彙的附應等。 8.3.3 Vocal, Kinesic, Incident
組件spoken — 8 Transcriptions of Speech
屬性 att.timed (@start, @end) (att.duration.w3c (@dur)) att.ascribed (@who) att.typed (@type, @subtype)
iterated指出該現象是否重複發生。
狀態 非必備的
資料類型

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
屬於
可包含
core: desc gloss
tagdocs: altIdent equiv
宣告

<rng:element name="vocal">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.timed.attributes"/>
<rng:ref name="att.duration.w3c.attributes"/>
<rng:ref name="att.ascribed.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:optional>
 <rng:attribute name="iterateda:defaultValue="false">
  <rng:ref name="data.xTruthValue"/>
 </rng:attribute>
</rng:optional>
<rng:zeroOrMore>
 <rng:ref name="model.glossLike"/>
</rng:zeroOrMore>
</rng:element>
element vocal
{
   att.global.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   attribute iterated { data.xTruthValue }?,
   model.glossLike*
}
例子
<vocal dur="PT12S">
 <desc>吹口哨</desc>
</vocal>
<vocal iterated="true">
 <desc>斷斷續續地吹口哨</desc>
</vocal>