Showing:

Diagrams
Model
Source
Used by
Complex Type ms:AudioFormat
Namespace http://w3id.org/meta-share/meta-share/
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
Used by
Element ms:audioFormat
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
Source
<xs:complexType name="AudioFormat">
  <xs:sequence>
    <xs:element ref="ms:dataFormat"/>
    <xs:element ref="ms:signalEncoding" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:samplingRate" minOccurs="0"/>
    <xs:element ref="ms:quantization" minOccurs="0"/>
    <xs:element ref="ms:byteOrder" minOccurs="0"/>
    <xs:element ref="ms:signConvention" minOccurs="0"/>
    <xs:element ref="ms:audioQualityMeasureIncluded" minOccurs="0"/>
    <xs:element ref="ms:numberOfTracks" minOccurs="0"/>
    <xs:element ref="ms:recordingQuality" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:compressed"/>
    <xs:element ref="ms:compressionName" minOccurs="0"/>
    <xs:element ref="ms:compressionLoss" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>