complexType "jbpmType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 1 element
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
jbpm
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      jbpmType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="jbpmType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<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 within this component only; 3/4)
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 process in case you have more than one BPMS available.
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 in this case.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processEngine-ref" type="xsd:string"/>

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.