<recordingStmt>

<recordingStmt> (Mention de la source enregistrée) L’élément Mention de la source enregistrée recordingStmt décrit un ensemble d’enregistrements utilisés pour la transcription de la parole. 8.2 Documenting the Source of Transcribed Speech 2.2.7 The Source Description
Modulespoken — 8 Transcriptions of Speech
Attributs
Utilisé par
Peut contenir
core: p
linking: ab
spoken: recording
Declaration

<rng:element name="recordingStmt">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:oneOrMore>
  <rng:ref name="recording"/>
 </rng:oneOrMore>
</rng:choice>
</rng:element>
element recordingStmt { att.global.attributes, ( model.pLike+ | recording+ ) }
Exemple
<recordingStmt>
 <recording type="audiodur="P30M">
  <respStmt>
   <resp>Location recording by</resp>
   <name>Sound Services Ltd.</name>
  </respStmt>
  <equipment>
   <p>Multiple close microphones mixed down to stereo Digital
       Audio Tape, standard play, 44.1 KHz sampling frequency</p>
  </equipment>
  <date>12 Jan 1987</date>
 </recording>
</recordingStmt>
Exemple
<recordingStmt>
 <p>Three
   distinct recordings made by hidden microphone in early February
   2001.</p>
</recordingStmt>