complexType MigrationPointTypes
diagram pm_xsd_diagrams/pm_xsd_p191.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:module
used by
element migrationPoints
annotation
documentation
Type to describe a list of migration points. Each migration point consists of a unique set of module name, module version, process template name and task name.
source <xsd:complexType name="MigrationPointTypes">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of migration points. Each migration point consists of a unique set of module name, module version, process template name and task name.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="module" type="pm:MigrationPointModuleType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration points.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element MigrationPointTypes/module
diagram pm_xsd_diagrams/pm_xsd_p192.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:MigrationPointModuleType
properties
minOcc 0
maxOcc unbounded
content complex
children pm:process
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
documentation
Name of module.
version  xsd:string  required      
documentation
Version number of module.
annotation
documentation
List of migration points.
source <xsd:element name="module" type="pm:MigrationPointModuleType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>List of migration points.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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