complexType "messageEnricherType"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor), enrich*
</...>
Content Model Elements (5):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations, enrich
All Direct / Indirect Based Elements (1):
enricher
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      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 within this component only; 2/3)
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 specified 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 specified.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="target" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/5)
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 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.