element <splitter>
Namespace:
Type:
Content:
complex, 4 attributes, 1 element
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Used:
Content Model Diagram
XML Representation Summary
<splitter
    enableCorrelation
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
    evaluator
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "json" | "json-node" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "payload-type" | "processor" | "regex" | "string" | "wildcard" | "xpath" | "xpath-node" | "custom")
    expression
 = 
xsd:string
    custom-evaluator
 = 
(xsd:string | xsd:NMTOKEN)
    >
   
Content: 
abstract-message-info-mapping?
</splitter>
Content model elements (1):
Included in content model of elements (1):
May contain elements by substitutions (2):
May be included in elements by substitutions (110):
response (type anonymous),
response (type anonymous),
Known Usage Locations
Annotation
The simple splitter splits incoming message into parts using the configured expression passing on each part in turn to the next message processor
Anonymous Type Detail
Type Derivation Tree
      baseSplitterType (extension)
          complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="splitter" substitutionGroup="abstract-intercepting-message-processor">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="baseSplitterType">
<xsd:attributeGroup ref="expressionAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.