<transcriptionDesc>

<transcriptionDesc> (transcription description) describes the set of transcription conventions used, particularly for spoken material. [8.2. Documenting the Source of Transcribed Speech]
Modulespoken
Attributes
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 )*
}