Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:signalEncoding
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the  encoding the audio type uses
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ADPCM
enumeration http://w3id.org/meta-share/meta-share/aLaw
enumeration http://w3id.org/meta-share/meta-share/linearPCM
enumeration http://w3id.org/meta-share/meta-share/mu-law
enumeration http://w3id.org/meta-share/meta-share/other
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="signalEncoding">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the encoding the audio type uses</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/signalEncoding</identifier>
      <label xml:lang="en">signal encoding</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ADPCM">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ADPCM</identifier>
            <label xml:lang="en">ADPCM</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/aLaw">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/aLaw</identifier>
            <label xml:lang="en">A-law</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/linearPCM">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/linearPCM</identifier>
            <label xml:lang="en">linear PCM</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mu-law">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mu-law</identifier>
            <label xml:lang="en">mu-law</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/other</identifier>
            <label xml:lang="en">other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>