complexType "reconnectSimpleStrategyType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean) : "true"
 = 
(xsd:string | xsd:long) : "2000"
 = 
(xsd:string | xsd:int) : "2"
    >
   
Content: 
abstract-reconnect-notifier?
</...>
Content Model Elements (1):
abstract-reconnect-notifier
All Direct / Indirect Based Elements (1):
reconnect
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractReconnectionStrategyType (extension)
  reconnectSimpleStrategyType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="reconnectSimpleStrategyType">
<xsd:complexContent>
<xsd:extension base="abstractReconnectionStrategyType">
<xsd:attribute default="2000" name="frequency" type="substitutableLong"/>
<xsd:attribute default="2" name="count" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
count
Type:
Use:
optional
How many reconnection attempts to make
Attribute Value
xsd:string | xsd:int
Default:
"2"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="2" name="count" type="substitutableInt"/>

frequency
Type:
Use:
optional
How often (in ms) to reconnect
Attribute Value
xsd:string | xsd:long
Default:
"2000"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="2000" name="frequency" type="substitutableLong"/>

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.