complexType "filterBasedSplitterType"
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)
    failIfNoMatch
 = 
(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)
              filterBasedSplitterType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="filterBasedSplitterType">
<xsd:complexContent>
<xsd:extension base="messageSplitterType">
<xsd:attribute name="failIfNoMatch" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/7)
failIfNoMatch
Type:
Use:
optional
Whether this router should fail if none of the endpoint filters match the payload. The default is true.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="failIfNoMatch" 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.