element <message-chunk-splitter>
Namespace:
Type:
Content:
complex, 2 attributes, 1 element
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<message-chunk-splitter
    enableCorrelation
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
    messageSize
 = 
(xsd:string | xsd:int)
    >
   
Content: 
abstract-message-info-mapping?
</message-chunk-splitter>
Content model elements (1):
May contain elements by substitutions (2):
May be included in elements by substitutions (108):
response (type anonymous),
response (type anonymous),
Annotation
The collection splitter accepts a collection of objects and splits the collection invoking the next message processor with each item in the collection in sequence.
Anonymous Type Detail
Type Derivation Tree
      baseSplitterType (extension)
          complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="message-chunk-splitter" substitutionGroup="abstract-intercepting-message-processor">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="baseSplitterType">
<xsd:attribute name="messageSize" type="substitutableInt" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/2)
messageSize
Type:
Use:
required
The message chunk size (in bytes) that the current message will be split into. Note that this is mutually exclusive to the 'numberOfMessages' property.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="messageSize" type="substitutableInt" use="required"/>

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.