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

Simple Type: NumSpectralPoint

[Table of contents]

Super-types:xs:positiveInteger < NumSpectralPoint (by restriction)
Sub-types:None
NameNumSpectralPoint
Content
  • Base XSD Type: positiveInteger
  • value <= 8192
DocumentationNumber of spectral points (channels) in a spectral window. Note that this number is smaller than the number of correlator channels actually used in case the spectral window is composed of more than one subband, the subbands being stitched together.
Diagram
Schema Component Representation
<xs:simpleType name="NumSpectralPoint">
<xs:restriction base="xs:positiveInteger">
<xs:maxInclusive value="8192"/>
</xs:restriction>
</xs:simpleType>