<xsi:complexType name="audioSampleFormatTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the Type I AudioSample Format.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="subSlotSize" type="subSlotSizeType">
      <xsi:annotation>
        <xsi:documentation>Indicates the number of bytes occupied by one AudioSubSlot. Valid values are 1, 2, 3, and 4.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="bitResolution" type="bitResolutionType">
      <xsi:annotation>
        <xsi:documentation>Indicates the number of effectively used bits from the available bits in an AudioSubSlot.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType> |