complexType "jaxenFilterType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 3 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
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*, context-property*
</...>
Content Model Elements (3):
context-property, mule:annotations, namespace
All Direct / Indirect Based Elements (1):
jaxen-filter
Known Usage Locations
Annotation
The Jaxen filter allows you to route messages based on XPath expressions.
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonFilterType (extension)
          mule:abstractFilterType (extension)
              mule:patternFilterType (extension)
                  jaxenFilterType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="jaxenFilterType">
<xsd:complexContent>
<xsd:extension base="mule:patternFilterType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="namespaceType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="context-property" type="spring:entryType"/>
</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; 2/3)
context-property
Type:
spring:entryType, complex content
A property that wil be made available to the filter context. Expression Evaluators can be used to grab these properties from the message at runtime.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="context-property" type="spring:entryType"/>

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.