complexType "eventGenerateJobType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in mule-quartz.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
payload?
</...>
Content Model Elements (1):
payload
All Direct / Indirect Based Elements (1):
event-generator-job
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractJobType (extension)
  eventGenerateJobType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="eventGenerateJobType">
<xsd:complexContent>
<xsd:extension base="abstractJobType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="payload" type="mule:dataReferenceType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
payload
Type:
mule:dataReferenceType, mixed content
The payload of the newly created event. The payload can be a reference to a file, fixed string, or object configured as a Spring bean. If this value is not set, an event will be generated with an org.mule.transport.NullPayload instance.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="payload" type="mule:dataReferenceType"/>

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.