complexType "customConnectorType"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 6 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:string)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?
</...>
Content Model Elements (6):
abstract-reconnection-strategy, annotations, dispatcher-threading-profile, receiver-threading-profile, service-overrides, spring:property
All Direct / Indirect Based Elements (2):
custom-connector, custom-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  abstractConnectorType (extension)
      connectorType (extension)
          customConnectorType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="customConnectorType">
<xsd:complexContent>
<xsd:extension base="connectorType">
<!-- This is already on the standard connector (but probably shouldn't be...)
<xsd:sequence>
<xsd:element ref="spring:property" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Spring-style property element for custom configuration.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</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/6)
class
Type:
Use:
required
A class that implements the Connector 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"/>

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.