<transcriptionDesc>

<transcriptionDesc> describes the set of transcription conventions used, particularly for spoken material. [8.2 Documenting the Source of Transcribed Speech]
Modulespoken — Transcriptions of Speech
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
<rng:element name="transcriptionDesc">
 <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:attribute name="ident">
  <rng:ref name="teidata.name"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="version">
   <rng:ref name="teidata.versionNumber"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.labelLike"/>
   <rng:ref name="model.ptrLike"/>
   <rng:ref name="model.pLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element transcriptionDesc
{
   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,
   attribute ident { teidata.name },
   attribute version { teidata.versionNumber }?,
   ( model.labelLike | model.ptrLike | model.pLike )*
}