complexType "foreachProcessorType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 4 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:integer
 = 
xsd:string : "rootMessage"
 = 
xsd:string : "counter"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)+
</...>
Content Model Elements (4):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations
All Direct / Indirect Based Elements (1):
foreach
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
          foreachProcessorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="foreachProcessorType">
<xsd:complexContent>
<xsd:sequence>
<xsd:group maxOccurs="unbounded" minOccurs="1" ref="messageProcessorOrOutboundEndpoint"/>
</xsd:sequence>
<xsd:attribute name="collection" type="xsd:string" use="optional"/>
<xsd:attribute name="batchSize" type="xsd:integer" use="optional"/>
<xsd:attribute default="rootMessage" name="rootMessageVariableName" type="xsd:string" use="optional"/>
<xsd:attribute default="counter" name="counterVariableName" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
batchSize
Type:
xsd:integer, predefined
Use:
optional
Partitions the collection in subcollections of the specified size.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="batchSize" type="xsd:integer" use="optional"/>

collection
Type:
xsd:string, predefined
Use:
optional
An expression to that returns a java collection, object array, map or DOM nodes.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="collection" type="xsd:string" use="optional"/>

counterVariableName
Type:
xsd:string, predefined
Use:
optional
Property name used to store the number of message being iterated.
Attribute Value
Default:
"counter"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="counter" name="counterVariableName" type="xsd:string" use="optional"/>

rootMessageVariableName
Type:
xsd:string, predefined
Use:
optional
Property name where the parent message is stored.
Attribute Value
Default:
"rootMessage"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="rootMessage" name="rootMessageVariableName" type="xsd:string" use="optional"/>

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.