complexType MigrationRuleTypes
diagram pm_wsdl_diagrams/pm_wsdl_p24.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:module
used by
element migrationRules
annotation
documentation
Type to describe a list of migration rules.

Each migration rule consists of a unique set of module name, module version from which to migrate, process template name, task name from which to migrate, and module version to which to migrate.
source <xsd:complexType name="MigrationRuleTypes">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of migration rules.

Each migration rule consists of a unique set of module name, module version from which to migrate, process template name, task name from which to migrate, and module version to which to migrate.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="module" type="pm:MigrationRuleModuleType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration rules.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

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