complexType QualifiedProcessName
diagram pm_xsd_diagrams/pm_xsd_p274.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:moduleName pm:processName pm:version
used by
elements createProcessInstanceInput/processQName listProcessInstanceAttributesInput/processQName BasicProcessTemplate/processQName InstanceAttribute/processQName ProcessInstance/processQName StarterOperation/processQName ProcessTemplatesType/processQName qualifiedProcessName
annotation
documentation
Type to describe the fully qualified name of a process template.
source <xsd:complexType name="QualifiedProcessName">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe the fully qualified name of a process template.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="moduleName" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Name of the module to which the process template belongs.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="processName" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Name of the process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="version" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>OSGi-style version number of the process template.

(This version number is the same as that of the module.)
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element QualifiedProcessName/moduleName
diagram pm_xsd_diagrams/pm_xsd_p275.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Name of the module to which the process template belongs.
source <xsd:element name="moduleName" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Name of the module to which the process template belongs.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element QualifiedProcessName/processName
diagram pm_xsd_diagrams/pm_xsd_p276.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Name of the process template.
source <xsd:element name="processName" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Name of the process template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element QualifiedProcessName/version
diagram pm_xsd_diagrams/pm_xsd_p277.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
OSGi-style version number of the process template.

(This version number is the same as that of the module.)
source <xsd:element name="version" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>OSGi-style version number of the process template.

(This version number is the same as that of the module.)
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy