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

Complex Type: SpectralWindow

[Table of contents]

Super-types:None
Sub-types:
NameSpectralWindow
Abstractno
Documentation Structural information about a spectral window: the number of spectral points.
XML Instance Representation
<...

numSpectralPoint="[1]"

numBin="[1]"/>
Diagram
Schema Component Representation
<xs:complexType name="SpectralWindow">
<xs:attribute ref="numSpectralPoint" use="required"/>
<xs:attribute ref="numBin" use="required"/>
</xs:complexType>