Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element extendedAudioSampleFormatTypeIType / subSlotSize
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of bytes occupied by one AudioSubSlot. Valid values are 1, 2, 3, and 4.
Diagram
Diagram AVTypes_xsd_Simple_Type_subSlotSizeType.tmp#subSlotSizeType
Type subSlotSizeType
Properties
content: simple
Facets
maxInclusive 4
minInclusive 1
Source
<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>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element extendedAudioSampleFormatTypeIType / bitResolution
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of effectively used bits from the available bits in an AudioSubSlot.
Diagram
Diagram AVTypes_xsd_Simple_Type_bitResolutionType.tmp#bitResolutionType
Type bitResolutionType
Properties
content: simple
Facets
maxInclusive 32
minInclusive 1
Source
<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>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element extendedAudioSampleFormatTypeIType / controlSlotSize
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of bytes occupied by one Control Word. Allowed values are 1, 2, 3, and 4.
Diagram
Diagram AVTypes_xsd_Simple_Type_controlSlotSizeType.tmp#controlSlotSizeType
Type controlSlotSizeType
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 4
minInclusive 1
Source
<xsi:element name="controlSlotSize" type="controlSlotSizeType" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Indicates the number of bytes occupied by one Control Word. Allowed values are 1, 2, 3, and 4.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type extendedAudioSampleFormatTypeIType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the Extended Type I AudioSample Format.
Diagram
Diagram AVTypes_xsd_Complex_Type_extendedAudioSampleFormatTypeIType.tmp#extendedAudioSampleFormatTypeIType_subSlotSize AVTypes_xsd_Complex_Type_extendedAudioSampleFormatTypeIType.tmp#extendedAudioSampleFormatTypeIType_bitResolution AVTypes_xsd_Complex_Type_extendedAudioSampleFormatTypeIType.tmp#extendedAudioSampleFormatTypeIType_controlSlotSize
Used by
Model subSlotSize , bitResolution , controlSlotSize{0,1}
Children bitResolution, controlSlotSize, subSlotSize
Source
<xsi:complexType name="extendedAudioSampleFormatTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the Extended 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:element name="controlSlotSize" type="controlSlotSizeType" minOccurs="0">
      <xsi:annotation>
        <xsi:documentation>Indicates the number of bytes occupied by one Control Word. Allowed values are 1, 2, 3, and 4.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd