element <splitter> (global)
Namespace:
Type:
anonymous complexType (extension of baseSplitterType)
Content:
complex, 4 attributes, attr. wildcard, 2 elements
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Used:
Content Model Diagram
XML Representation Summary
<splitter
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "json" | "json-node" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "process" | "regex" | "string" | "variable" | "xpath" | "xpath2" | "xpath-node" | "custom")
 = 
xsd:string
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-message-info-mapping?
</splitter>
Content model elements (2):
abstract-message-info-mapping, annotations
Included in content model of elements (1):
inbound
May contain elements by substitutions (2):
custom-message-info-mapping, expression-message-info-mapping
May be included in elements by substitutions (114):
all, inbound-endpoint,
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
annotatedType (extension)
          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 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.