<recording>

<recording> (acontecimiento de grabación) detalla un acontecimiento de audio o video registrado usado como fuente de un texto hablado, no obtenido directamente ni de una emisión pública. [8.2 Documenting the Source of Transcribed Speech 15.3.2 Declarable Elements]
Módulo spoken — Transcriptions of Speech
Atributos
type⚓︎ tipo de grabación
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
Los valores admitidos son:
audio
grabación de audio [Por defecto]
video
grabación de audio y video
Contenido en
Puede contener
linking: ab
Nota

The dur attribute is used to indicate the original duration of the recording.

Ejemplo
<recording type="audiodur="P30M">
 <equipment>
  <p>Recorded on a Sony TR444 walkman by unknown participants; remastered
     to digital tape at <placeName>Borehamwood Studios</placeName> by
  <orgName>Transcription Services Inc</orgName>.</p>
 </equipment>
</recording>
Ejemplo
<recording type="audiodur="P10M">
 <equipment>
  <p>Recorded from FM Radio to digital tape</p>
 </equipment>
 <broadcast>
  <bibl>
   <title>Interview on foreign policy</title>
   <author>BBC Radio 5</author>
   <respStmt>
    <resp>interviewer</resp>
    <name>Robin Day</name>
   </respStmt>
   <respStmt>
    <resp>interviewee</resp>
    <name>Margaret Thatcher</name>
   </respStmt>
   <series>
    <title>The World Tonight</title>
   </series>
   <note>First broadcast on
   <date when="1989-11-27">27 Nov 89</date>
   </note>
  </bibl>
 </broadcast>
</recording>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.recordingPart"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
Declaración
<rng:element name="recording">
 <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.declarable.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type"
   a:defaultValue="audio">

   <rng:choice>
    <rng:value>audio</rng:value>
    <rng:value>video</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.recordingPart"/>
   <rng:ref name="model.pLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element recording
{
   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.declarable.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.typed.attribute.subtype,
   attribute type { "audio" | "video" }?,
   ( model.recordingPart | model.pLike )*
}