element <filename-wildcard-filter>
Namespace:
Type:
Content:
empty, 3 attributes
Subst.Gr:
Defined:
globally in mule-file.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<filename-wildcard-filter
    name
 = 
(xsd:string | xsd:NMTOKEN)
    pattern
 = 
xsd:string
    caseSensitive
 = 
(xsd:string | xsd:boolean) : "true"
/>
May be included in elements by substitutions (134):
mule:response (type anonymous),
mule:response (type anonymous),
Annotation
The filename-wildcard-filter element configures a filter that can be used to restrict the files being processed by applying wildcard expressions to the filename. For example, you can read only .xml and .txt files by entering the following: <file:filename-wildcard-filter pattern="*.txt,*.xml"/>
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="filename-wildcard-filter" substitutionGroup="mule:abstract-filter" type="mule:wildcardFilterType"/>

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.