complexType "vmConnectorType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 8 elements
Defined:
globally in mule-vm.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
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:boolean)
 = 
(xsd:string | xsd:int)
 = 
xsd:positiveInteger
    {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?, queueProfile?, queue-profile?
</...>
Content Model Elements (8):
mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, queue-profile, queueProfile, spring:property
All Direct / Indirect Based Elements (1):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          mule:transactedConnectorType (extension)
              vmConnectorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="vmConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:transactedConnectorType">
<xsd:sequence>
<xsd:element minOccurs="0" name="queueProfile" type="mule:queueProfileType"/>
<xsd:element minOccurs="0" name="queue-profile" type="mule:queueProfileType"/>
</xsd:sequence>
<xsd:attribute name="queueTimeout" type="xsd:positiveInteger"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
queueTimeout
Type:
xsd:positiveInteger, predefined
Use:
optional
The timeout setting for the queue used for asynchronous endpoints
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="queueTimeout" type="xsd:positiveInteger"/>
Content Element Detail (all declarations; defined within this component only; 2/8)
queue-profile
Type:
mule:queueProfileType, complex content
Configures the properties of this connector's queue (see [Configuring Queues]).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="queue-profile" type="mule:queueProfileType"/>

queueProfile
Type:
mule:queueProfileType, complex content
DEPRECATED. USE "<queue-profile>" instead.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="queueProfile" type="mule:queueProfileType"/>

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.