complexType "expressionRecipientListRouterType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean) : "true"
 = 
("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)
 = 
xsd:boolean
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, reply-to?, abstract-transaction?, abstract-filter?, abstract-transformer*
</...>
Content Model Elements (5):
abstract-filter, abstract-transaction, abstract-transformer, annotations, reply-to
Known Direct Subtypes (1):
expressionOrStaticRecipientListRouterType
All Direct / Indirect Based Elements (2):
expression-recipient-list-router, recipient-list-exception-based-router
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      expressionRecipientListRouterType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="expressionRecipientListRouterType">
<xsd:complexContent>
<xsd:extension base="abstractOutboundRouterType">
<xsd:sequence>
</xsd:sequence>
<xsd:attributeGroup ref="defaultFilteredOutboundRouterAttributes"/>
<xsd:attributeGroup ref="expressionAttributes"/>
<xsd:attribute name="synchronous" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
synchronous
Type:
xsd:boolean, predefined
Use:
optional
This flag controls whether the message will be sent to the recipients synchronously. Unlike other routers th recipient list router doesn't have pre-configured endpoints so the synchronicity of the endpoint cannot be honoured.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="synchronous" type="xsd:boolean"/>

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.