complexType "baseAggregatorType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-message-info-mapping?
</...>
Content Model Elements (2):
abstract-message-info-mapping, annotations
All Direct / Indirect Based Elements (4):
collection-aggregator, custom-aggregator, message-chunk-aggregator, resequencer
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
          baseAggregatorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="baseAggregatorType">
<xsd:complexContent>
<xsd:sequence>
<xsd:element minOccurs="0" ref="abstract-message-info-mapping"/>
</xsd:sequence>
<xsd:attribute name="timeout" type="substitutableInt"/>
<xsd:attribute name="failOnTimeout" type="substitutableBoolean"/>
<xsd:attribute default="false" name="persistentStores" type="substitutableBoolean"/>
<xsd:attribute name="storePrefix" type="substitutableName"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
failOnTimeout
Type:
Use:
optional
When false, incomplete aggregation groups will be forwarded to a component on timeout as a java.util.List. When true (default), a CorrelationTimeoutException is thrown and RoutingNotification.CORRELATION_TIMEOUT is fired. The component doesn't receive any messages in this case.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="failOnTimeout" type="substitutableBoolean"/>

persistentStores
Type:
Use:
optional
Defines if the object stores used are persistent or not.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="persistentStores" type="substitutableBoolean"/>

storePrefix
Type:
Use:
optional
Defines the prefix of the object store names.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="storePrefix" type="substitutableName"/>

timeout
Type:
Use:
optional
Defines a timeout in Milliseconds to wait for events to be aggregated. By default the router will throw an exeception if the router is waiting for a correlation group and times out before all group enties are received.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="substitutableInt"/>
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.