Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:audioFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the features of the format of the audio part of a language resource
Diagram
Diagram ELG-SHARE_xsd_Element_ms_dataFormat.tmp#dataFormat ELG-SHARE_xsd_Element_ms_signalEncoding.tmp#signalEncoding ELG-SHARE_xsd_Element_ms_samplingRate.tmp#samplingRate ELG-SHARE_xsd_Element_ms_quantization.tmp#quantization ELG-SHARE_xsd_Element_ms_byteOrder.tmp#byteOrder ELG-SHARE_xsd_Element_ms_signConvention.tmp#signConvention ELG-SHARE_xsd_Element_ms_audioQualityMeasureIncluded.tmp#audioQualityMeasureIncluded ELG-SHARE_xsd_Element_ms_numberOfTracks.tmp#numberOfTracks ELG-SHARE_xsd_Element_ms_recordingQuality.tmp#recordingQuality ELG-SHARE_xsd_Element_ms_compressed.tmp#compressed ELG-SHARE_xsd_Element_ms_compressionName.tmp#compressionName ELG-SHARE_xsd_Element_ms_compressionLoss.tmp#compressionLoss ELG-SHARE_xsd_Complex_Type_ms_AudioFormat.tmp#http___w3id.org_meta-share_meta-share__AudioFormat
Type ms:AudioFormat
Properties
content complex
Used by
Model
Children ms:audioQualityMeasureIncluded, ms:byteOrder, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:numberOfTracks, ms:quantization, ms:recordingQuality, ms:samplingRate, ms:signConvention, ms:signalEncoding
Instance
<ms:audioFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:dataFormat>{1,1}</ms:dataFormat>
  <ms:signalEncoding>{0,unbounded}</ms:signalEncoding>
  <ms:samplingRate>{0,1}</ms:samplingRate>
  <ms:quantization>{0,1}</ms:quantization>
  <ms:byteOrder>{0,1}</ms:byteOrder>
  <ms:signConvention>{0,1}</ms:signConvention>
  <ms:audioQualityMeasureIncluded>{0,1}</ms:audioQualityMeasureIncluded>
  <ms:numberOfTracks>{0,1}</ms:numberOfTracks>
  <ms:recordingQuality>{0,unbounded}</ms:recordingQuality>
  <ms:compressed>{1,1}</ms:compressed>
  <ms:compressionName>{0,1}</ms:compressionName>
  <ms:compressionLoss>{0,1}</ms:compressionLoss>
</ms:audioFormat>
Source
<xs:element name="audioFormat" type="ms:AudioFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the features of the format of the audio part of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/audioFormat</identifier>
      <label xml:lang="en">audio format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>