attributeGroup "defaultCorrelationAttributes"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
...>
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:attributeGroup name="defaultCorrelationAttributes">
<xsd:attribute default="IF_NOT_SET" name="enableCorrelation">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="ALWAYS"/>
<xsd:enumeration value="NEVER"/>
<xsd:enumeration value="IF_NOT_SET"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 1/1)
enableCorrelation
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
Specifies whether Mule should give outgoing messages a correlation ID. The default behavior is to give messages a correlation ID only if they don't already have one, so that existing correlation IDs are maintained.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"ALWAYS", "NEVER", "IF_NOT_SET"
Default:
"IF_NOT_SET"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"ALWAYS", "NEVER", "IF_NOT_SET"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="IF_NOT_SET" name="enableCorrelation">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="ALWAYS"/>
<xsd:enumeration value="NEVER"/>
<xsd:enumeration value="IF_NOT_SET"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.