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

Element: autoData

[Table of contents]

NameautoData
TypeLocally-defined complex type
Nillableno
Abstractno
Documentation The auto data are "single-dish" data. This includes the self products (e.g. XX and YY for ALMA) which are real values and the cross product (XY) which is a complex value (in case there are more than 2 polarization products). autoData is in the category of the actual data.
Logical Diagram
XML Instance Representation
<autoData

size="positiveSize [1]"

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