element <property-filter> (global)
Namespace:
Type:
anonymous complexType (extension of mule:abstractFilterType)
Content:
complex, 5 attributes, attr. wildcard, 1 element
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
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</property-filter>
Content model elements (1):
mule:annotations
May be included in elements by substitutions (140):
endpoint, mule:default-exception-strategy,
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:annotatedType (extension)
      mule:commonFilterType (extension)
          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 within this component only; 4/6)
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 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.