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

Simple Type: AtmPhaseCorrection

[Table of contents]

Super-types:xs:NCName < AtmPhaseCorrection (by restriction)
Sub-types:None
NameAtmPhaseCorrection
Content
  • Base XSD Type: NCName
  • value comes from list: {'AP_UNCORRECTED'|'AP_CORRECTED'|'AP_MIXED'}
DocumentationContent in the data with regard to the atmospheric phase correction. These have no associated values.
Diagram
Schema Component Representation
<xs:simpleType name="AtmPhaseCorrection">
<xs:restriction base="xs:NCName">
<xs:enumeration value="AP_UNCORRECTED"/>
<xs:enumeration value="AP_CORRECTED"/>
<xs:enumeration value="AP_MIXED"/>
</xs:restriction>
</xs:simpleType>