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

Complex Type: CrossAndAutoData

[Table of contents]

Super-types:CorrelationModeDataConstraint < CrossAndAutoDataAbstract (by extension) < CrossAndAutoData (by extension)
Sub-types:None
NameCrossAndAutoData
Abstractno
DocumentationThis type could be used in case there is no concept of SpectralResolution (an enumeration) and it is not intended to store the zeroLags auxiliary data. Would the zeroLags be stored, it is recommended to use the CrossAndAutoDataFullResolution type because it better constrains the validation.
XML Instance Representation
<...

apc="AtmPhaseCorrections [1]"

mode="CROSS_AND_AUTO [0..1]">

Start Sequence [1..*]

End Sequence

<baseband

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

Start Sequence [1..32]

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

</baseband>
<crossData> ... </crossData> [1]
<autoData> ... </autoData> [1]
<zeroLags> ... </zeroLags> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CrossAndAutoData">
<xs:complexContent>
<xs:extension base="CrossAndAutoDataAbstract">
<xs:sequence>
<xs:element ref="zeroLags" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>