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

Complex Type: AutoData

[Table of contents]

Super-types:CorrelationModeDataConstraint < AutoDataAbstract (by extension) < AutoData (by extension)
Sub-types:None
NameAutoData
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 AutoDataFullResolution type because it better constrains the validation.
XML Instance Representation
<...

mode="AUTO_ONLY [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>
<autoData> ... </autoData> [1]
<zeroLags> ... </zeroLags> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AutoData">
<xs:complexContent>
<xs:extension base="AutoDataAbstract">
<xs:sequence>
<xs:group ref="metaData"/>
<xs:element ref="autoData"/>
<xs:element ref="zeroLags" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>