complexType MigrationPointProcessType
diagram pm_xsd_diagrams/pm_xsd_p188.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:task
used by
element MigrationPointModuleType/process
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
documentation
Name of process template.
annotation
documentation
Type to describe a list of migration points for a process template.
source <xsd:complexType name="MigrationPointProcessType">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of migration points for a process template.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="task" type="pm:MigrationPointTaskType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>List of migration points for this process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="name" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Name of process template.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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

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


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