<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="iterated" a: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>