complexType "caseSensitivePatternFilterType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    pattern
 = 
xsd:string
    caseSensitive
 = 
(xsd:string | xsd:boolean) : "true"
/>
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (5):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  abstractFilterType (extension)
      patternFilterType (extension)
          caseSensitivePatternFilterType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="caseSensitivePatternFilterType">
<xsd:complexContent>
<xsd:extension base="patternFilterType">
<xsd:attribute default="true" name="caseSensitive" type="substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/3)
caseSensitive
Type:
Use:
optional
If false, the comparison ignores case.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="caseSensitive" type="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.