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

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