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

Simple Type: SpectralResolutions

[Table of contents]

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