complexType "globalEndpointType"
Namespace:
Content:
complex, 16 attributes, 13 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)
    mimeType
 = 
xsd:string
    responseTimeout
 = 
(xsd:string | xsd:int)
    encoding
 = 
xsd:string
    connector-ref
 = 
xsd:string
    transformer-refs
 = 
xsd:NMTOKENS
    responseTransformer-refs
 = 
xsd:NMTOKENS
    disableTransportTransformer
 = 
(xsd:string | xsd:boolean)
    ref
 = 
xsd:string
    address
 = 
xsd:string
    jobName
 = 
xsd:string
    cronExpression
 = 
xsd:string
    repeatInterval
 = 
(xsd:string | xsd:long)
    repeatCount
 = 
(xsd:string | xsd:int)
    startDelay
 = 
(xsd:string | xsd:long)
    stateful
 = 
xsd:boolean
    >
   
Content: 
(abstract-transformer | abstract-filter | abstract-security-filter | abstract-intercepting-message-processor | processor | custom-processor)*, response?, abstract-transaction?, abstract-retry-policy?, abstract-multi-transaction?, property*, properties?, abstract-job?
</...>
Content Model Elements (13):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      globalEndpointType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="globalEndpointType">
<xsd:complexContent>
<!--
The only valid exchange-pattern is one-way which is the default. No need to make
the exchange-pattern attribute configurable.
-->
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-job"/>
</xsd:sequence>
<xsd:attributeGroup ref="addressAttributes"/>
<xsd:attribute name="stateful" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/16)
stateful
Type:
xsd:boolean, predefined
Use:
optional
Determines if the job is persistent. If so, the job detail state will be persisted for each request. More importantly, each job triggered will execute sequentially. If the Job takes longer than the next trigger the next job will wait for the current job to execute.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="stateful" type="xsd:boolean"/>
Content Element Detail (all declarations; defined in this component only; 1/13)
abstract-job
Type:
abstractJobType, empty content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 5 elements
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-job"/>

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.