complexType MigrationRuleModuleTypeList
diagram pm_xsd_diagrams/pm_xsd_p195.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:process
used by
element MigrationRuleTypesList/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 module-level migration rules.
source <xsd:complexType name="MigrationRuleModuleTypeList">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe module-level migration rules.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="process" type="pm:MigrationRuleProcessTypeList" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration rules for this module/version set.</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>

attribute MigrationRuleModuleTypeList/@name
type xsd:string
properties
use required
annotation
documentation
Name of the module from which migration is to take place.
source <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>

attribute MigrationRuleModuleTypeList/@version
type xsd:string
properties
use required
annotation
documentation
Version number (of the module) from which migration is to take place.
source <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>

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


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