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

Element: crossData

[Table of contents]

NamecrossData
TypeLocally-defined complex type
Nillableno
Abstractno
Documentation The cross data are the visibilities (complex values) obtained with the non-zero baselines. Its primitive data type is fixed only at the level of the individual dumps (integration or subintegration) and for this reason is specified in every subset header. crossData is in the category of the actual data.
Logical Diagram
XML Instance Representation
<crossData

size="positiveSize [1]"

axes="AxisNames [1]"/>
Diagram
Schema Component Representation
<xs:element name="crossData">
<xs:complexType>
<xs:attribute name="size" type="positiveSize" use="required"/>
<xs:attribute name="axes" type="AxisNames" use="required"/>
</xs:complexType>
</xs:element>