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

Simple Type: CorrelationModes

[Table of contents]

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