<transcriptionDesc>

<transcriptionDesc> (transcription description) describes the set of transcription conventions used, particularly for spoken material. [8.2. Documenting the Source of Transcribed Speech]
Modulespoken
Attributesatt.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))
identsupplies an identifier for the encoding convention, independent of any version number.
Status Required
Datatype teidata.name
versionsupplies a version number for the encoding conventions used, if any.
Status Optional
Datatype teidata.versionNumber
Member of
Contained by
header: encodingDesc
May contain
linking: ab
Example
<transcriptionDesc ident="HIAT"
 version="2004"/>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.labelLike"/>
  <classRef key="model.ptrLike"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
Schema Declaration
element transcriptionDesc
{
   tei_att.global.attributes,
   attribute ident { teidata.name },
   attribute version { teidata.versionNumber }?,
   ( tei_model.labelLike | tei_model.ptrLike | tei_model.pLike )*
}