<recording>

<recording> (影音錄製) 包含口說文本的影像或聲音來源錄製細節,該來源可以是直接錄製或是經由公開播放的管道取得。 [8.2 Documenting the Source of Transcribed Speech 15.3.2 Declarable Elements]
組件spoken — 8 Transcriptions of Speech
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declarable (@default) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso))
type錄製類型
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
audio
聲音錄製 [預設值]
video
聲音及影像錄製
屬於
可包含在於
可包含
linking: ab
宣告

<rng:element name="recording">
 <rng:ref name="att.global.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.declarable.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <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:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.recordingPart"/>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element recording
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declarable.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   attribute type { "audio" | "video" }?,
   ( model.pLike+ | model.recordingPart* )
}
例子
<recording type="audio" dur="P30M">
 <equipment>
  <p>以Sony TR444 walkman錄成,參與者不明;<orgName>中國廣播公司</orgName><placeName>中廣電台</placeName>以數位磁帶重製。</p>
 </equipment>
</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>