Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Complex Type: BinaryAutoDataBasebandWide

[Table of contents]

Super-types:BinaryData < BinaryAutoDataBasebandWide (by extension)
Sub-types:None
NameBinaryAutoDataBasebandWide
Abstractno
Documentation Type to be used in conjunction with the type AutoDataBasebandWide.
XML Instance Representation
<...

baselineFlags="BaselineFlagsId [0..1]"

actualTimes="ActualTimesId [0..1]"

actualDurations="ActualDurationsId [0..1]"

autoData="AutoDataId [1]"

resolution="BASEBAND_WIDE [0..1]"/>
Diagram
Schema Component Representation
<xs:complexType name="BinaryAutoDataBasebandWide">
<xs:complexContent>
<xs:extension base="BinaryData">
<xs:attributeGroup ref="metaDataRefOptionalAttributes"/>
<xs:attribute name="autoData" type="AutoDataId" use="required"/>
<xs:attribute name="resolution" type="SpectralResolution" fixed="BASEBAND_WIDE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>