complexType MigrationRuleTypesList
diagram pm_xsd_diagrams/pm_xsd_p205.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:module
used by
element migrationRuleList
annotation
documentation
Type to describe a list of migration rules. Each migration rule consists of 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="MigrationRuleTypesList">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of migration rules. Each migration rule consists of 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:MigrationRuleModuleTypeList" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration rules.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element MigrationRuleTypesList/module
diagram pm_xsd_diagrams/pm_xsd_p206.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:MigrationRuleModuleTypeList
properties
minOcc 0
maxOcc unbounded
content complex
children pm:process
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
List of migration rules.
source <xsd:element name="module" type="pm:MigrationRuleModuleTypeList" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>List of migration rules.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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