complexType MigrationRuleTaskTypeList
diagram pm_xsd_diagrams/pm_xsd_p202.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
used by
element MigrationRuleProcessTypeList/migrate
attributes
Name  Type  Use  Default  Fixed  Annotation
fromTask  xsd:string  required      
documentation
Name of the task from which migration is to take place.
toVersion  xsd:string  required      
documentation
Version number (of the module) to which a process instance is to migrate.
description  xsd:string  optional      
documentation
(Optional) Explanation of the migration rule.
creationTime  xsd:dateTime  required      
documentation
Date/time on which the rule was created.
annotation
documentation
Type to describe task-level migration rules.
source <xsd:complexType name="MigrationRuleTaskTypeList">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe task-level migration rules.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="fromTask" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Name of the task from which migration is to take place.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="toVersion" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Version number (of the module) to which a process instance is to migrate.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="description" type="xsd:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>(Optional) Explanation of the migration rule.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="creationTime" type="xsd:dateTime" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Date/time on which the rule was created.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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

attribute MigrationRuleTaskTypeList/@toVersion
type xsd:string
properties
use required
annotation
documentation
Version number (of the module) to which a process instance is to migrate.
source <xsd:attribute name="toVersion" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Version number (of the module) to which a process instance is to migrate.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MigrationRuleTaskTypeList/@description
type xsd:string
properties
use optional
annotation
documentation
(Optional) Explanation of the migration rule.
source <xsd:attribute name="description" type="xsd:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>(Optional) Explanation of the migration rule.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MigrationRuleTaskTypeList/@creationTime
type xsd:dateTime
properties
use required
annotation
documentation
Date/time on which the rule was created.
source <xsd:attribute name="creationTime" type="xsd:dateTime" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Date/time on which the rule was created.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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