complexType "globalEndpointType"
Namespace:
Content:
complex, 16 attributes, attr. wildcard, 17 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:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:long)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:long)
 = 
xsd:boolean
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, (mule:abstract-transformer | mule:abstract-filter | mule:abstract-security-filter | mule:abstract-intercepting-message-processor | mule:abstract-observer-message-processor | mule:processor | mule:custom-processor | mule:abstract-mixed-content-message-processor)*, mule:response?, mule:abstract-redelivery-policy?, mule:abstract-transaction?, mule:abstract-reconnection-strategy?, mule:abstract-multi-transaction?, mule:property*, mule:properties?, abstract-job?
</...>
Content Model Elements (17):
abstract-job, mule:abstract-filter, mule:abstract-intercepting-message-processor, mule:abstract-mixed-content-message-processor, mule:abstract-multi-transaction, mule:abstract-observer-message-processor, mule:abstract-reconnection-strategy, mule:abstract-redelivery-policy, mule:abstract-security-filter, mule:abstract-transaction, mule:abstract-transformer, mule:annotations, mule:custom-processor, mule:processor, mule:properties, mule:property, mule:response
All Direct / Indirect Based Elements (1):
endpoint
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
          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 within this component only; 1/17)
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 within this component only; 1/17)
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 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.