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

Simple Type: AxisNames

[Table of contents]

Super-types:Local type definition < AxisNameList (by restriction) < AxisNames (by restriction)
Sub-types:None
NameAxisNames
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: NCName
      • value comes from list: {'POL'|'SPP'|'APC'|'BIN'|'SUB'|'SPW'|'BAB'|'BAL'|'ANT'|'TIM'}
  • length <= 10
Diagram
Schema Component Representation
<xs:simpleType name="AxisNames">
<xs:restriction base="AxisNameList">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>