element <recipient-list> (global)
Namespace:
Type:
Content:
complex, 4 attributes, attr. wildcard, 2 elements
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 element
Used:
never
Content Model Diagram
XML Representation Summary
<recipient-list
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
("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")
 = 
xsd:string
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-message-info-mapping?
</recipient-list>
Content model elements (2):
abstract-message-info-mapping, annotations
May contain elements by substitutions (2):
custom-message-info-mapping, expression-message-info-mapping
May be included in elements by substitutions (25):
all, otherwise,
Annotation
Sends the same message to multiple endpoints, over the same endpoint, or implements routing-slip behavior where the next destination for the message is determined from message properties or the payload. The recipients can be extracted from the message using an expression, or you can specify a static list of recipient endpoints. (As of version 2.1)
Anonymous Type Detail
Type Derivation Tree
annotatedType (extension)
      abstractRoutingMessageProcessorType (extension)
          complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="recipient-list" substitutionGroup="abstract-routing-message-processor">
<xsd:complexType>
<xsd:complexContent>
<xsd:sequence>
<xsd:element minOccurs="0" ref="abstract-message-info-mapping"/>
</xsd:sequence>
<xsd:attributeGroup ref="defaultCorrelationAttributes"/>
<xsd:attributeGroup ref="expressionAttributes"/>
<!-- See MULE-5069 <xsd:attributeGroup ref="allExchangePatterns" />-->
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; defined within this component only; 1/2)
abstract-message-info-mapping
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 2 elements
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="abstract-message-info-mapping"/>

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.