element <property-filter>
Namespace:
Type:
Content:
empty, 5 attributes
Subst.Gr:
Defined:
globally in mule-jms.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
never
Content Model Diagram
XML Representation Summary
<property-filter
    name
 = 
(xsd:string | xsd:NMTOKEN)
    propertyName
 = 
xsd:string
    propertyClass
 = 
xsd:string
    expression
 = 
xsd:string
    pattern
 = 
xsd:string
/>
May be included in elements by substitutions (132):
mule:response (type anonymous),
mule:response (type anonymous),
Annotation
The property-filter element configures a filter that allows you to filter messages based on a JMS property.
Anonymous Type Detail
Type Derivation Tree
  mule:abstractFilterType (extension)
      complexType
XML Source (w/o annotations (5); see within schema source)
<xsd:element name="property-filter" substitutionGroup="mule:abstract-filter">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mule:abstractFilterType">
<xsd:attribute name="propertyName" type="xsd:string"/>
<xsd:attribute name="propertyClass" type="xsd:string"/>
<xsd:attribute name="expression" type="xsd:string"/>
<xsd:attribute name="pattern" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 4/5)
expression
Type:
xsd:string, predefined
Use:
optional
The expression to search for in the property.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expression" type="xsd:string"/>

pattern
Type:
xsd:string, predefined
Use:
optional
The regular expression pattern to search for in the property. In most cases, if you set both the expression and pattern attributes, only the pattern is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pattern" type="xsd:string"/>

propertyClass
Type:
xsd:string, predefined
Use:
optional
The class type of the JMS property.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="propertyClass" type="xsd:string"/>

propertyName
Type:
xsd:string, predefined
Use:
optional
The name of the JMS property.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="propertyName" type="xsd:string"/>

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.