simpleType "whenExpressionEvaluators"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
Simple Content Model
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "json" | "json-node" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "process" | "regex" | "string" | "variable" | "xpath" | "xpath2" | "xpath-node" | "custom") | ("payload-type" | "exception-type" | "wildcard" | "regex")
All Direct / Indirect Based Attributes (1):
whenMessageProcessorFilterPairType/@evaluator
Known Usage Locations
Type Definition Detail
Type Derivation Tree
union of (restriction of standardExpressionEvaluators | restriction of substitutableName)
  whenExpressionEvaluators
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
  2. anonymous simpleType:
    Derivation:
    restriction of substitutableName
    Facets:
    enumeration:
    "payload-type", "exception-type", "wildcard", "regex"
XML Source (see within schema source)
<xsd:simpleType name="whenExpressionEvaluators">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="standardExpressionEvaluators"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="substitutableName">
<xsd:enumeration value="payload-type"/>
<xsd:enumeration value="exception-type"/>
<xsd:enumeration value="wildcard"/>
<xsd:enumeration value="regex"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

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.