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

Simple Type: CorrelationModeList

[Table of contents]

Super-types:Local type definition < CorrelationModeList (by restriction)
Sub-types:
NameCorrelationModeList
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: NCName
      • value comes from list: {'CROSS_ONLY'|'AUTO_ONLY'|'CROSS_AND_AUTO'}
Diagram
Schema Component Representation
<xs:simpleType name="CorrelationModeList">
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="CorrelationMode"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:restriction>
</xs:simpleType>