<recording>
<recording> (녹음 사건) 구어 텍스트 원본으로 사용된 ,직접 또는 공공 방송에서 입수한 오디오 또는 비디오 녹음 사건에 대한 상세 항목. [8.2 Documenting the Source of Transcribed Speech 15.3.2 Declarable Elements] | |||||||||||
모듈 | spoken — Transcriptions of Speech | ||||||||||
속성 | 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)
| ||||||||||
에 의해 포함된 | spoken: broadcast recordingStmt | ||||||||||
포함할 수 있다 | |||||||||||
주석 | The dur attribute is used to indicate the original duration of the recording. | ||||||||||
예 | |||||||||||
예 | <recording type="audio" dur="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> | ||||||||||
선언 | <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 )* } |