mpeg7:AudioCoding

Element Information

Model

Source

<element name="AudioCoding" minOccurs="0">
  <complexType>
    <sequence>
      <element name="Format" type="mpeg7:ControlledTermUseType" minOccurs="0"/>
      <element name="AudioChannels" minOccurs="0">
        <complexType>
          <simpleContent>
            <extension base="nonNegativeInteger">
              <attribute name="front" type="nonNegativeInteger" use="optional"/>
              <attribute name="side" type="nonNegativeInteger" use="optional"/>
              <attribute name="rear" type="nonNegativeInteger" use="optional"/>
              <attribute name="lfe" type="nonNegativeInteger" use="optional"/>
              <attribute name="track" type="nonNegativeInteger" use="optional"/>
            </extension>
          </simpleContent>
        </complexType>
      </element>
      <element name="Sample" minOccurs="0">
        <complexType>
          <attribute name="rate" type="mpeg7:nonNegativeReal" use="optional"/>
          <attribute name="bitsPer" type="nonNegativeInteger" use="optional"/>
        </complexType>
      </element>
      <element name="Emphasis" minOccurs="0">
        <simpleType>
          <union>
            <simpleType>
              <restriction base="NMTOKEN">
                <enumeration value="none"/>
                <enumeration value="50over15Microseconds"/>
                <enumeration value="ccittJ17"/>
              </restriction>
            </simpleType>
            <simpleType>
              <restriction base="mpeg7:termReferenceType"/>
            </simpleType>
          </union>
        </simpleType>
      </element>
      <element name="Presentation" type="mpeg7:ControlledTermUseType" minOccurs="0"/>
    </sequence>
  </complexType>
</element>

Sample