complexType "messageEnricherType"
Namespace:
Content:
complex, 2 attributes, 3 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    source
 = 
xsd:string
    target
 = 
xsd:string
    >
   
Content: 
(abstract-message-processor | abstract-outbound-endpoint), enrich*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  messageEnricherType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="messageEnricherType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="enrich" type="extractEnrichPairType"/>
</xsd:sequence>
<xsd:attribute name="source" type="xsd:string"/>
<xsd:attribute name="target" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/2)
source
Type:
xsd:string, predefined
Use:
optional
An evaluator expression used to extract a value from the result of the enrichment message processor. If an expression is not specificed then the payload of the message is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="source" type="xsd:string"/>

target
Type:
xsd:string, predefined
Use:
optional
The enricher expression used to enrich the current message with the result the processing of the enrichement message processor specificed.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="target" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/3)
enrich
Type:
extractEnrichPairType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="enrich" type="extractEnrichPairType"/>

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.