element <regex-filter>
Namespace:
Type:
Content:
empty, 2 attributes
Subst.Gr:
may substitute for elements: abstract-filter, abstract-message-processor
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<regex-filter
    name
 = 
(xsd:string | xsd:NMTOKEN)
    pattern
 = 
xsd:string
/>
May be included in elements by substitutions (132):
response (type anonymous),
response (type anonymous),
Annotation
A filter that matches string messages against a regular expression. The Java regular expression engine (java.util.regex.Pattern) is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="regex-filter" substitutionGroup="abstract-filter" type="patternFilterType"/>

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.