complexType "roundRobinSplitterType"
Namespace:
Content:
complex, 7 attributes, 6 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
    enableCorrelation
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
    transformer-refs
 = 
xsd:NMTOKENS
    useTemplates
 = 
(xsd:string | xsd:boolean) : "true"
    splitExpression
 = 
xsd:string
    externalSchemaLocation
 = 
xsd:string
    validateSchema
 = 
(xsd:string | xsd:boolean)
    deterministic
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
abstract-outbound-endpoint+, reply-to?, abstract-transaction?, abstract-filter?, abstract-transformer*, namespace*
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
          messageSplitterType (extension)
              roundRobinSplitterType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="roundRobinSplitterType">
<xsd:complexContent>
<xsd:extension base="messageSplitterType">
<xsd:attribute name="deterministic" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/7)
deterministic
Type:
Use:
optional
If there is no endpoint filtering and this attribute is true (the default), the first message part is routed to the first endpoint, the second part routes to the second endpoint, and so on with the nth part going to the (n modulo number of endpoints) endpoint. If false, the messages will be distributed equally among all endpoints.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="deterministic" type="mule:substitutableBoolean"/>

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.