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

Simple Type: BasebandName

[Table of contents]

Super-types:xs:NCName < BasebandName (by restriction)
Sub-types:None
NameBasebandName
Content
  • Base XSD Type: NCName
  • value comes from list: {'BB_1'|'BB_2'|'BB_3'|'BB_4'|'BB_5'|'BB_6'|'BB_7'|'BB_8'}
DocumentationNames of the correlator basebands. These have no associated values.
Diagram
Schema Component Representation
<xs:simpleType name="BasebandName">
<xs:restriction base="xs:NCName">
<xs:enumeration value="BB_1"/>
<xs:enumeration value="BB_2"/>
<xs:enumeration value="BB_3"/>
<xs:enumeration value="BB_4"/>
<xs:enumeration value="BB_5"/>
<xs:enumeration value="BB_6"/>
<xs:enumeration value="BB_7"/>
<xs:enumeration value="BB_8"/>
</xs:restriction>
</xs:simpleType>