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

Simple Type: AxisNameList

[Table of contents]

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