element <message-chunk-splitter> (global)
Namespace:
Type:
anonymous complexType (extension of baseSplitterType)
Content:
complex, 2 attributes, attr. wildcard, 2 elements
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
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
(xsd:string | xsd:int)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-message-info-mapping?
</message-chunk-splitter>
Content model elements (2):
abstract-message-info-mapping, annotations
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,
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
annotatedType (extension)
          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 within this component only; 1/3)
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 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.