<recording>

<recording> (enregistrement) décrit en détail l’événement audio ou vidéo utilisé comme source de la parole transcrite, que ce soit un enregistrement direct ou une émission diffusée. [8.2 Documenting the Source of Transcribed Speech 15.3.2 Declarable Elements]
Module spoken — Transcriptions of Speech
Attributs
type⚓︎ type de l’enregistrement.
Dérivé de att.typed
Statut Optionel
Type de données teidata.enumerated
Les valeurs autorisées sont:
audio
enregistrement audio [Valeur par défaut]
video
enregistrement audio et vidéo
Contenu dans
Peut contenir
linking: ab
Note

L'attribut dur est employé pour indiquer la durée originale de l'enregistrement.

Exemple
<recording type="audiodur="P30M">
 <p>
  <orgName>Harmonia Mundi</orgName> S.A., enregistré à <placeName>Boughton Aluph Saints
     Church</placeName>, <date>septembre 1977</date>.</p>
</recording>
Exemple
<recording type="audiodur="P10M">
 <equipment>
  <p>podcast</p>
 </equipment>
 <broadcast>
  <bibl>
   <title>Questions sur la souffrance et la santé au travail : pénibilité, stress,
       dépression, harcèlement, maladies et accidents...</title>
   <author>France Inter</author>
   <respStmt>
    <resp>Présentateur</resp>
    <name>Alain Bédouet</name>
   </respStmt>
   <respStmt>
    <resp>Personne interrogée</resp>
    <name>Marie Pezé</name>
   </respStmt>
   <series>
    <title>Le Téléphone sonne</title>
   </series>
   <note>Marie Pezé est Docteur en psychologie, psychanalyste, expert judiciaire ; dirige
       la consultation « souffrance et travail » à l’Hôpital de Nanterre (92), auteure de
   <title>ils ne mourraient pas tous mais tous étaient frappés</title>, Editions
       Pearson.</note>
   <note>Première diffusion le <date when="2008-09-24"> mercredi 24 septembre
         2008</date>
   </note>
  </bibl>
 </broadcast>
</recording>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.recordingPart"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
Schéma Declaration
<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 )*
}