<annotationBlock>

<annotationBlock> groups together various annotations, e.g. for parallel interpretations of a spoken segment. [8.4.6 Analytic Coding]
Módulo spoken — Transcriptions of Speech
Atributos
Miembro de
Contenido en
Puede contener
Ejemplo
<annotationBlock who="#SPK1start="#T2"
 end="#T3xml:id="ag20">

 <u xml:id="u20">
  <seg xml:id="seg37type="utterance"
   subtype="modeless">

   <w xml:id="w46">Yeah</w>
  </seg>
 </u>
</annotationBlock>
<annotationBlock who="#SPK1start="#T5"
 end="#T6xml:id="ag21">

 <u xml:id="u21">
  <seg xml:id="seg38type="utterance"
   subtype="modeless">

   <w xml:id="w47">Mhm</w>
  </seg>
 </u>
</annotationBlock>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="u"/>
  <elementRef key="spanGrp"/>
  <classRef key="model.global.spoken"/>
 </alternate>
</content>
Declaración
<rng:element name="annotationBlock">
 <rng:ref name="att.ascribed.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.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:zeroOrMore>
  <rng:choice>
   <rng:ref name="u"/>
   <rng:ref name="spanGrp"/>
   <rng:ref name="model.global.spoken"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element annotationBlock
{
   att.ascribed.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   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,
   ( u | spanGrp | model.global.spoken )*
}