<recording>

<recording> (影音錄製) 包含口說文本的影像或聲音來源錄製細節,該來源可以是直接錄製或是經由公開播放的管道取得。 8.2 Documenting the Source of Transcribed Speech 15.3.2 Declarable Elements
組件spoken — 8 Transcriptions of Speech
屬性 att.declarable (@default) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso))
type錄製類型
狀態 非必備的
合法的值是:
audio
聲音錄製 [預設值]
video
聲音及影像錄製
屬於
可包含
linking: ab
宣告

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