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

Simple Type: CorrelationMode

[Table of contents]

Super-types:xs:NCName < CorrelationMode (by restriction)
Sub-types:None
NameCorrelationMode
Content
  • Base XSD Type: NCName
  • value comes from list: {'CROSS_ONLY'|'AUTO_ONLY'|'CROSS_AND_AUTO'}
DocumentationType(s) of correlation performed simultaneously by a processor. These have no associated values.
Diagram
Schema Component Representation
<xs:simpleType name="CorrelationMode">
<xs:restriction base="xs:NCName">
<xs:enumeration value="CROSS_ONLY"/>
<xs:enumeration value="AUTO_ONLY"/>
<xs:enumeration value="CROSS_AND_AUTO"/>
</xs:restriction>
</xs:simpleType>