<recording>

<recording> (影音錄製) 包含口說文本的影像或聲音來源錄製細節,該來源可以是直接錄製或是經由公開播放的管道取得。 [8.2 Documenting the Source of Transcribed Speech 15.3.2 Declarable Elements]
組件 spoken — Transcriptions of Speech
屬性
type⚓︎ 錄製類型
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
合法的值是:
audio
聲音錄製 [預設值]
video
聲音及影像錄製
可包含在於
可包含
linking: ab

The dur attribute is used to indicate the original duration of the recording.

例子
<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>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.recordingPart"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
宣告
<rng:element name="recording">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <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:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.recordingPart"/>
   <rng:ref name="model.pLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
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 )*
}