complexType "reconnectCustomStrategyType"
Namespace:
Content:
complex, 2 attributes, 2 elements
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"
 = 
(xsd:string | xsd:string)
    >
   
Content: 
abstract-reconnect-notifier?, spring:property*
</...>
Content Model Elements (2):
abstract-reconnect-notifier, spring:property
All Direct / Indirect Based Elements (1):
reconnect-custom-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractReconnectionStrategyType (extension)
  reconnectCustomStrategyType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="reconnectCustomStrategyType">
<xsd:complexContent>
<xsd:extension base="abstractReconnectionStrategyType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attribute name="class" type="substitutableClass" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
class
Type:
Use:
required
A class that implements the RetryPolicyTemplate interface.
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; 1/2)
spring:property
Type:
spring:propertyType, complex content
XML Source (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.