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

Attribute: sdPolProducts

[Table of contents]

NamesdPolProducts
TypeLocally-defined simple type
DocumentationPolarization products (for the "single-dish" data) . The order in which are given the enumerated values must correspond to the order in which the data are organized along the POL axis in the binary data.
XML Instance Representation
sdPolProducts="StokesParameters (value comes from list: {'XX'|'YY'|'XX YY'|'XX XY YY'})"
Diagram
Schema Component Representation
<xs:attribute name="sdPolProducts">
<xs:simpleType>
<xs:restriction base="StokesParameters">
<xs:enumeration value="XX"/>
<xs:enumeration value="YY"/>
<xs:enumeration value="XX YY"/>
<xs:enumeration value="XX XY YY"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>