diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
children | pm:processTemplates pm:processInstances | ||
used by |
|
||
annotation |
|
||
source | <xsd:complexType name="Page"> <xsd:annotation> <xsd:documentation>Type to describe a page of data.</xsd:documentation> </xsd:annotation> <xsd:choice> <xsd:element name="processTemplates" type="pm:ProcessTemplates" nillable="true"> <xsd:annotation> <xsd:documentation> List of process templates. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="processInstances" type="pm:ProcessInstances" nillable="true"> <xsd:annotation> <xsd:documentation> List of process instances. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:complexType> |
diagram | |||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||
type | pm:ProcessTemplates | ||||
properties |
|
||||
children | pm:processTemplate | ||||
annotation |
|
||||
source | <xsd:element name="processTemplates" type="pm:ProcessTemplates" nillable="true"> <xsd:annotation> <xsd:documentation> List of process templates. </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||
type | pm:ProcessInstances | ||||
properties |
|
||||
children | pm:processInstance | ||||
annotation |
|
||||
source | <xsd:element name="processInstances" type="pm:ProcessInstances" nillable="true"> <xsd:annotation> <xsd:documentation> List of process instances. </xsd:documentation> </xsd:annotation> </xsd:element> |