<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 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) att.typed (type, @subtype)
|
||||||||||
Contenu dans |
spoken: broadcast recordingStmt
|
||||||||||
Peut contenir | |||||||||||
Note |
L'attribut dur est employé pour indiquer la durée originale de l'enregistrement. |
||||||||||
Exemple |
<recording type="audio" dur="P30M">
<p> <orgName>Harmonia Mundi</orgName> S.A., enregistré à <placeName>Boughton Aluph Saints Church</placeName>, <date>septembre 1977</date>.</p> </recording> |
||||||||||
Exemple |
<recording type="audio" dur="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> |
||||||||||
Schéma Declaration |
<rng:element name="recording"> 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 )* } |