complexType QualifiedTaskName
diagram pm_xsd_diagrams/pm_xsd_p279.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:moduleName pm:processName pm:version pm:taskName
used by
element qualifiedTaskName
annotation
documentation
Type to describe the fully qualified name of a task.
source <xsd:complexType name="QualifiedTaskName">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe the fully qualified name of a task.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="moduleName" type="xsd:string">
     
<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">
     
<xsd:annotation>
       
<xsd:documentation>Name of the process template to which the task belongs.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="version" type="xsd:string" nillable="true">
     
<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:element name="taskName" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Name of the task.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element QualifiedTaskName/moduleName
diagram pm_xsd_diagrams/pm_xsd_p280.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Name of the module to which the process template belongs.
source <xsd:element name="moduleName" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Name of the module to which the process template belongs.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element QualifiedTaskName/processName
diagram pm_xsd_diagrams/pm_xsd_p281.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Name of the process template to which the task belongs.
source <xsd:element name="processName" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Name of the process template to which the task belongs.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element QualifiedTaskName/version
diagram pm_xsd_diagrams/pm_xsd_p282.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
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">
 
<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>

element QualifiedTaskName/taskName
diagram pm_xsd_diagrams/pm_xsd_p283.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation
Name of the task.
source <xsd:element name="taskName" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>Name of the task.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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