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

Simple Type: AxisName

[Table of contents]

Super-types:xs:NCName < AxisName (by restriction)
Sub-types:None
NameAxisName
Content
  • Base XSD Type: NCName
  • value comes from list: {'POL'|'SPP'|'APC'|'BIN'|'SUB'|'SPW'|'BAB'|'BAL'|'ANT'|'TIM'}
DocumentationNames of the axes in the data structure. These have no associated values. Order: Order optimized for offline processing
Diagram
Schema Component Representation
<xs:simpleType name="AxisName">
<xs:restriction base="xs:NCName">
<xs:enumeration value="POL"/>
<xs:enumeration value="SPP"/>
<xs:enumeration value="APC"/>
<xs:enumeration value="BIN"/>
<xs:enumeration value="SUB"/>
<xs:enumeration value="SPW"/>
<xs:enumeration value="BAB"/>
<xs:enumeration value="BAL"/>
<xs:enumeration value="ANT"/>
<xs:enumeration value="TIM"/>
</xs:restriction>
</xs:simpleType>