<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>將FM廣播重錄成數位磁帶</p> </equipment> <broadcast> <bibl> <title>鬼話連篇</title> <author>中國廣播公司</author> <respStmt> <resp>男主持人</resp> <name>司馬中原</name> </respStmt> <respStmt> <resp>女主持人</resp> <name>常勤芬</name> </respStmt> <series> <title>鬼吹燈</title> </series> <note>首播於<date when="1989-11-27">1989年11月27日</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 )* } |