<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
解説
trueは,音声が複数回繰り返されることを示す.
当該モジュールを使用するもの
下位
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>whistles</desc>
</vocal>
<vocal iterated="true">
 <desc>whistles intermittently</desc>
</vocal>