complexType "abstractReconnectionStrategyType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean) : "true"
    >
   
Content: 
abstract-reconnect-notifier?
</...>
Content Model Elements (1):
abstract-reconnect-notifier
Known Direct Subtypes (3):
reconnectCustomStrategyType, reconnectForeverStrategyType, reconnectSimpleStrategyType
All Direct / Indirect Based Elements (4):
abstract-reconnection-strategy, reconnect, reconnect-custom-strategy, reconnect-forever
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="abstractReconnectionStrategyType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-reconnect-notifier"/>
</xsd:sequence>
<xsd:attribute default="true" name="blocking" type="substitutableBoolean"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
blocking
Type:
Use:
optional
If false, the reconnection strategy will run in a separate, non-blocking thread
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="blocking" type="substitutableBoolean"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
abstract-reconnect-notifier
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 maxOccurs="1" minOccurs="0" ref="abstract-reconnect-notifier"/>

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.