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
<...
    groupName
 = 
xsd:string
    jobGroupName
 = 
xsd:string
    >
   
Content: 
payload?
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
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 in 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 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.