complexType "quartzConnectorType"
Namespace:
Content:
complex, 7 attributes, 6 elements
Defined:
globally in mule-quartz.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    scheduler-ref
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, factory-property*
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      quartzConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="quartzConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="factory-property" type="mule:keyValueType"/>
</xsd:sequence>
<xsd:attribute name="scheduler-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/7)
scheduler-ref
Type:
xsd:string, predefined
Use:
optional
Provides an implementation of the Quartz Scheduler interface. If no value is provided, a scheduler is retrieved from the StdSchedulerFactory. If no properties are provided, the getDefaultScheduler method is called. Otherwise, a new factory instance is created using the given properties, and a scheduler is retrieved using the getScheduler method.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="scheduler-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/6)
factory-property
Type:
mule:keyValueType, empty content
Set a property on the factory (see scheduler-ref).
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="factory-property" type="mule:keyValueType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.