Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element audioSampleTypeIType / asidPCM
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType_subSlotSize AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType_bitResolution AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType
Type audioSampleFormatTypeIType
Properties
content: complex
Model subSlotSize , bitResolution
Children bitResolution, subSlotSize
Instance
<asidPCM xmlns="http://avschemas.usb.org/v1/AVSchema">
  <subSlotSize>{1,1}</subSlotSize>
  <bitResolution>{1,1}</bitResolution>
</asidPCM>
Source
<xsi:element name="asidPCM" type="audioSampleFormatTypeIType"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element audioSampleTypeIType / asidIEEE_FLOAT
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType_subSlotSize AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType_bitResolution AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType
Type audioSampleFormatTypeIType
Properties
content: complex
Model subSlotSize , bitResolution
Children bitResolution, subSlotSize
Instance
<asidIEEE_FLOAT xmlns="http://avschemas.usb.org/v1/AVSchema">
  <subSlotSize>{1,1}</subSlotSize>
  <bitResolution>{1,1}</bitResolution>
</asidIEEE_FLOAT>
Source
<xsi:element name="asidIEEE_FLOAT" type="audioSampleFormatTypeIType"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type audioSampleTypeIType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the different Type I Audio Types.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioSampleTypeIType.tmp#audioSampleTypeIType_asidPCM AVTypes_xsd_Complex_Type_audioSampleTypeIType.tmp#audioSampleTypeIType_asidIEEE_FLOAT
Used by
Model asidPCM | asidIEEE_FLOAT
Children asidIEEE_FLOAT, asidPCM
Source
<xsi:complexType name="audioSampleTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the different Type I Audio Types.</xsi:documentation>
  </xsi:annotation>
  <xsi:choice>
    <xsi:element name="asidPCM" type="audioSampleFormatTypeIType"/>
    <xsi:element name="asidIEEE_FLOAT" type="audioSampleFormatTypeIType"/>
  </xsi:choice>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd