complexType MigrationRuleProcessType
diagram pm_xsd_diagrams/pm_xsd_p197.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:migrate
used by
element MigrationRuleModuleType/process
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
documentation
Name of the process template from which migration is to take place.
annotation
documentation
Type to describe a list of migration rules for a process template from which migration is to take place.
source <xsd:complexType name="MigrationRuleProcessType">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of migration rules for a process template from which migration is to take place.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="migrate" type="pm:MigrationRuleTaskType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration rules for this process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="name" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Name of the process template from which migration is to take place.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MigrationRuleProcessType/@name
type xsd:string
properties
use required
annotation
documentation
Name of the process template from which migration is to take place.
source <xsd:attribute name="name" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Name of the process template from which migration is to take place.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MigrationRuleProcessType/migrate
diagram pm_xsd_diagrams/pm_xsd_p198.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:MigrationRuleTaskType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fromTask  xsd:string  required      
documentation
Name of the task defining the point in the process from which the process instance should be migrated. (This task must be a valid migration point.)
toVersion  xsd:string  required      
documentation
Version number of the module (process template) to which the process instance should be migrated.
description  xsd:string  optional      
documentation
(Optional) Explanation of this migration rule.
annotation
documentation
List of migration rules for this process template.
source <xsd:element name="migrate" type="pm:MigrationRuleTaskType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>List of migration rules for this process template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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