complexType MigrationPointModuleType
diagram pm_xsd_diagrams/pm_xsd_p186.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:process
used by
element MigrationPointTypes/module
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
Type to describe a list of migration points for a module/version set.
source <xsd:complexType name="MigrationPointModuleType">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of migration points for a module/version set.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="process" type="pm:MigrationPointProcessType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration points 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 module.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="version" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Version number of module.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MigrationPointModuleType/@name
type xsd:string
properties
use required
annotation
documentation
Name of module.
source <xsd:attribute name="name" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Name of module.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MigrationPointModuleType/@version
type xsd:string
properties
use required
annotation
documentation
Version number of module.
source <xsd:attribute name="version" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Version number of module.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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


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