element <custom-connector> (global)
Namespace:
Type:
anonymous complexType (extension of mule:customConnectorType)
Content:
complex, 27 attributes, attr. wildcard, 7 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally in mule-jms.xsd; see XML source
Includes:
definition of 1 element
Used:
never
Content Model Diagram
XML Representation Summary
<custom-connector
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:string)
 = 
xsd:string
 = 
("AUTO_ACKNOWLEDGE" | "CLIENT_ACKNOWLEDGE" | "DUPS_OK_ACKNOWLEDGE") : "AUTO_ACKNOWLEDGE"
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
("1.0.2b" | "1.1") : "1.0.2b"
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean
 = 
xsd:boolean : "false"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?, abstract-jndi-name-resolver?*
</custom-connector>
Content model elements (7):
abstract-jndi-name-resolver, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
May contain elements by substitutions (5):
custom-jndi-name-resolver, default-jndi-name-resolver, mule:reconnect, mule:reconnect-custom-strategy, mule:reconnect-forever
May be included in elements by substitutions (1):
mule:mule
Annotation
The custom-connector element configures a custom connector for sending and receiving messages over JMS queues.
Anonymous Type Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          mule:customConnectorType (extension)
              complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="custom-connector" substitutionGroup="mule:abstract-connector">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mule:customConnectorType">
<xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-jndi-name-resolver"/>
</xsd:sequence>
<xsd:attributeGroup ref="jmsConnectorAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; defined within this component only; 1/7)
abstract-jndi-name-resolver
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-jndi-name-resolver"/>

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.