complexType "quartzConnectorType"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 7 elements
Defined:
globally in mule-quartz.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
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
    {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?, factory-property*
</...>
Content Model Elements (7):
factory-property, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
All Direct / Indirect Based Elements (1):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      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 within this component only; 1/6)
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 within this component only; 1/7)
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 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.