complexType "processComponentType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 3 elements
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?
</...>
Content Model Elements (3):
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType)
All Direct / Indirect Based Elements (1):
process
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:abstractComponentType (extension)
          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 within this component only; 4/5)
bpms-ref
Type:
xsd:string, predefined
Use:
optional
An optional reference to the underlying BPMS. This is used to disambiguate in the case where more than one BPMS is available.
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. The resource type depends on the BPMS being used.
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 Mule messages with processes. If not specified, it will default to MULE_BPM_PROCESS_ID.
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 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.