complexType "roundRobinSplitterType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 7 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, mule:abstract-outbound-endpoint+, mule:reply-to?, mule:abstract-transaction?, mule:abstract-filter?, mule:abstract-transformer*, namespace*
</...>
Content Model Elements (7):
mule:abstract-filter, mule:abstract-outbound-endpoint, mule:abstract-transaction, mule:abstract-transformer, mule:annotations, mule:reply-to, namespace
All Direct / Indirect Based Elements (1):
round-robin-splitter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
          mule:messageSplitterOutboundRouterType (extension)
              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 within this component only; 1/8)
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 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.