complexType "jaxenFilterType"
Namespace:
Content:
complex, 3 attributes, 2 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    pattern
 = 
xsd:string
    expectedValue
 = 
xsd:string
    >
   
Content: 
namespace*, context-property*
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The Jaxen filter allows you to route messages based on XPath expressions.
Type Definition Detail
Type Derivation Tree
  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 in this component only; 1/3)
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 in this component only; 2/2)
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 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.