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

Simple Type: SpectralResolution

[Table of contents]

Super-types:xs:NCName < SpectralResolution (by restriction)
Sub-types:None
NameSpectralResolution
Content
  • Base XSD Type: NCName
  • value comes from list: {'FULL_RESOLUTION'|'CHANNEL_AVERAGE'|'BASEBAND_WIDE'}
DocumentationType of spectral resolution
Diagram
Schema Component Representation
<xs:simpleType name="SpectralResolution">
<xs:restriction base="xs:NCName">
<xs:enumeration value="FULL_RESOLUTION"/>
<xs:enumeration value="CHANNEL_AVERAGE"/>
<xs:enumeration value="BASEBAND_WIDE"/>
</xs:restriction>
</xs:simpleType>