complexType "endpointRefType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule-quartz.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
/>
All Direct / Indirect Based Elements (1):
job-endpoint
Known Usage Locations
Annotation
Defines an endpoint reference. The preferred approach is to create a global endpoint and reference that. However, you can also use the address attribute to define a URI endpoint.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="endpointRefType">
<xsd:attribute name="ref" type="xsd:string"/>
<xsd:attribute name="address" type="xsd:string"/>
<xsd:attribute name="timeout" type="mule:substitutableInt"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
address
Type:
xsd:string, predefined
Use:
optional
A URI address string that will be used to construct a new endpoint for the Quartz endpoint to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="address" type="xsd:string"/>

ref
Type:
xsd:string, predefined
Use:
optional
A reference (name) of a global endpoint configured in your Mule instance. This is the preferred way of configuring an endpoint.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ref" type="xsd:string"/>

timeout
Type:
Use:
optional
An arbitrary time-out value associated with the endpoint that can be used by jobs that block waiting to receive events.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="mule:substitutableInt"/>

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.