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

Simple Type: SpectralResolutionList

[Table of contents]

Super-types:Local type definition < SpectralResolutionList (by restriction)
Sub-types:
NameSpectralResolutionList
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: NCName
      • value comes from list: {'FULL_RESOLUTION'|'CHANNEL_AVERAGE'|'BASEBAND_WIDE'}
Diagram
Schema Component Representation
<xs:simpleType name="SpectralResolutionList">
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="SpectralResolution"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:restriction>
</xs:simpleType>