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

Attribute: crossPolProducts

[Table of contents]

NamecrossPolProducts
TypeLocally-defined simple type
DocumentationPolarization products (for the interferometric 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
crossPolProducts="StokesParameters (value comes from list: {'XX'|'YY'|'XX YY'|'XX XY YX YY'})"
Diagram
Schema Component Representation
<xs:attribute name="crossPolProducts">
<xs:simpleType>
<xs:restriction base="StokesParameters">
<xs:enumeration value="XX"/>
<xs:enumeration value="YY"/>
<xs:enumeration value="XX YY"/>
<xs:enumeration value="XX XY YX YY"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>