complexType "customOutboundRouterType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 7 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:string)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-outbound-endpoint*, reply-to?, abstract-transaction?, abstract-filter?, abstract-transformer*, spring:property*
</...>
Content Model Elements (7):
abstract-filter, abstract-outbound-endpoint, abstract-transaction, abstract-transformer, annotations, reply-to, spring:property
All Direct / Indirect Based Elements (1):
custom-outbound-router
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      customOutboundRouterType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="customOutboundRouterType">
<xsd:complexContent>
<xsd:extension base="abstractOutboundRouterType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstract-outbound-endpoint"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attributeGroup ref="defaultOutboundRouterAttributes"/>
<xsd:attribute name="class" type="substitutableClass" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/4)
class
Type:
Use:
required
An implementation of OutboundRouter (fully qualified Java class name)
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="substitutableClass" use="required"/>
Content Element Detail (all declarations; defined within this component only; 2/7)
abstract-outbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 25 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstract-outbound-endpoint"/>

spring:property
Type:
spring:propertyType, complex content
Spring-style property elements so that custom configuration can be configured on the custom router.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>

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.