element <combine-collections-transformer> (global)
Namespace:
Type:
Content:
complex, 1 attribute, attr. wildcard, 1 element
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<combine-collections-transformer
   
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</combine-collections-transformer>
Content model elements (1):
annotations
May be included in elements by substitutions (115):
all, inbound-endpoint,
Annotation
Takes a payload which is a Collection of Collections and turns into a single List. For example, if the payload is a Collection which contains a Collection with elements A and B and another Collection with elements C and D, this will turn them into a single Collection with elements A, B, C and D. This transformer will also work on MuleMessageCollections. In this case, it will take the individual Collection payloads of each MuleMessage and merge them into a single Collection on a new MuleMessage.
Anonymous Type Detail
Type Derivation Tree
annotatedType (extension)
          abstractGlobalInterceptingMessageProcessorType (extension)
              complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="combine-collections-transformer" substitutionGroup="abstract-global-intercepting-message-processor">
<xsd:complexType>
<xsd:complexContent>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

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.