complexType "xpathFilterType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 2 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, namespace*
</...>
Content Model Elements (2):
mule:annotations, namespace
All Direct / Indirect Based Elements (1):
xpath-filter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonFilterType (extension)
          mule:abstractFilterType (extension)
              mule:patternFilterType (extension)
                  xpathFilterType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="xpathFilterType">
<xsd:complexContent>
<xsd:extension base="mule:patternFilterType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>
</xsd:sequence>
<xsd:attribute name="expectedValue" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/4)
expectedValue
Type:
xsd:string, predefined
Use:
optional
The expected value of the XPath expression evaluation. If the expected value matches the evaluation, the filter returns true.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expectedValue" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
namespace
Type:
namespaceType, empty content
A namespace declaration, expressed as {{prefix}} and {{uri}} attributes. The prefix can then be used inside the expression.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.