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

Complex Type: AutoDataBasebandWide

[Table of contents]

Super-types:CorrelationModeDataConstraint < AutoDataAbstract (by extension) < AutoDataBasebandWide (by extension)
Sub-types:None
NameAutoDataBasebandWide
Abstractno
DocumentationUsing this type implies that 1/ the binary meta-data are optional, 2/ having no zerolags auxiliary data and 3/ only the binary autoData are mandatory. For ALMA this type is used, in particular, for the data produced by the square law detectorsat the level of the baseband converter in the signal path. This is why this type has a SpectralResolution static constant attribute, BASEBAND_WIDE.
XML Instance Representation
<...

mode="AUTO_ONLY [0..1]"

resolution="BASEBAND_WIDE [0..1]">

Start Sequence [1..*]

End Sequence

<baseband

ref="BasebandName [0..1]"> [1..4]

Start Sequence [1..32]

<spectralWindow> DataDescriptionAutoOnly </spectralWindow> [1]
End Sequence

</baseband>
Start Group: metaData [0..1]

End Group: metaData

<autoData> ... </autoData> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AutoDataBasebandWide">
<xs:complexContent>
<xs:extension base="AutoDataAbstract">
<xs:sequence>
<xs:group ref="metaData" minOccurs="0"/>
<xs:element ref="autoData"/>
</xs:sequence>
<xs:attribute name="resolution" type="SpectralResolution" fixed="BASEBAND_WIDE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>