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

Complex Type: AutoDataAbstract

[Table of contents]

Super-types:CorrelationModeDataConstraint < AutoDataAbstract (by extension)
Sub-types:
NameAutoDataAbstract
Abstractyes
Documentation Note that this type uses constraints highly telescope dependent. The design will be revisited to make the model more flexible (work in progress).
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>
</...>
Diagram
Schema Component Representation
<xs:complexType name="AutoDataAbstract" abstract="true">
<xs:complexContent>
<xs:extension base="CorrelationModeDataConstraint">
<xs:sequence>
<xs:element name="baseband" maxOccurs="4">
<xs:complexType>
<xs:complexContent>
<xs:extension base="AbstractBaseband">
<xs:sequence maxOccurs="32">
<xs:element name="spectralWindow" type="DataDescriptionAutoOnly"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="mode" type="CorrelationMode" fixed="AUTO_ONLY"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>