complexType "jbpmType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    configurationResource
 = 
xsd:string
    processEngine-ref
 = 
xsd:string
    >
   
Content: 
process-definition*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jbpmType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="jbpmType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="process-definition" type="processDefinitionType"/>
</xsd:sequence>
<xsd:attribute name="name" type="mule:substitutableName"/>
<xsd:attribute name="configurationResource" type="xsd:string"/>
<xsd:attribute name="processEngine-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/3)
configurationResource
Type:
xsd:string, predefined
Use:
optional
The configuration file for jBPM, default is "jbpm.cfg.xml" if not specified.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configurationResource" type="xsd:string"/>

name
Type:
Use:
optional
An optional name for this BPMS. Refer to this from the "bpms-ref" field of your component in case you have more than one BPMS configured.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="mule:substitutableName"/>

processEngine-ref
Type:
xsd:string, predefined
Use:
optional
A reference to the already-initialized jBPM ProcessEngine. This is useful if you use Spring to configure your jBPM instance. Note that the "configurationResource" attribute will be ignored.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processEngine-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
process-definition
Type:
processDefinitionType, mixed content
A process definition to be loaded into jBPM at startup.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="process-definition" type="processDefinitionType"/>

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.