complexType "messageFilterType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    onUnaccepted
 = 
xsd:string
    throwOnUnaccepted
 = 
xsd:boolean
    >
   
Content: 
abstract-filter
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      messageFilterType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="messageFilterType">
<xsd:complexContent>
<xsd:sequence>
<xsd:element ref="abstract-filter"/>
</xsd:sequence>
<xsd:attribute name="name" type="substitutableName"/>
<xsd:attribute name="onUnaccepted" type="xsd:string"/>
<xsd:attribute name="throwOnUnaccepted" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/3)
name
Type:
Use:
optional
Identifies the processor so that other elements can reference it. Required if the processor is defined at the global level.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="substitutableName"/>

onUnaccepted
Type:
xsd:string, predefined
Use:
optional
Events that are not accepted by the filter are sent to this (optional) named message processor.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="onUnaccepted" type="xsd:string"/>

throwOnUnaccepted
Type:
xsd:boolean, predefined
Use:
optional
Whether to throw an exception if a message is not accepted
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="throwOnUnaccepted" type="xsd:boolean"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
abstract-filter
Type:
abstractFilterType, empty content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
affiliated to substitution group abstract-message-processor; may be substituted with 24 elements
Used to filter events.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="abstract-filter"/>

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.