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

Simple Type: AtmPhaseCorrectionList

[Table of contents]

Super-types:Local type definition < AtmPhaseCorrectionList (by restriction)
Sub-types:
NameAtmPhaseCorrectionList
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: NCName
      • value comes from list: {'AP_UNCORRECTED'|'AP_CORRECTED'|'AP_MIXED'}
Diagram
Schema Component Representation
<xs:simpleType name="AtmPhaseCorrectionList">
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="AtmPhaseCorrection"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:restriction>
</xs:simpleType>