complexType "processComponentType"
Namespace:
Content:
complex, 4 attributes, 2 elements
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    bpms-ref
 = 
xsd:string
    processName
 = 
xsd:string
    processDefinition
 = 
xsd:string
    processIdField
 = 
xsd:string
    >
   
Content: 
((abstract-interceptor | interceptor-stack)+)?
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      processComponentType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="processComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:attribute name="bpms-ref" type="xsd:string"/>
<xsd:attribute name="processName" type="xsd:string" use="required"/>
<xsd:attribute name="processDefinition" type="xsd:string" use="required"/>
<xsd:attribute name="processIdField" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 4/4)
bpms-ref
Type:
xsd:string, predefined
Use:
optional
A reference to the underlying BPMS, which must implement the {javadoc:mule/transport/bpm|BPMS}org.mule.transport.bpm.BPMS{javadoc} interface to exchange messages through Mule.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bpms-ref" type="xsd:string"/>

processDefinition
Type:
xsd:string, predefined
Use:
required
The resource containing the process definition. This will be used to deploy the process to the BPMS.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processDefinition" type="xsd:string" use="required"/>

processIdField
Type:
xsd:string, predefined
Use:
optional
This field will be used to correlate messages with processes.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processIdField" type="xsd:string"/>

processName
Type:
xsd:string, predefined
Use:
required
The logical name of the process. This is used to look up the running process instance from the BPMS.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processName" type="xsd:string" use="required"/>

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.