complexType ProcessInstances
diagram pm_xsd_diagrams/pm_xsd_p239.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processInstance
used by
elements queryProcessInstancesOutput/processInstances Page/processInstances processInstances
annotation
documentation
Type to describe a list of process instances.
source <xsd:complexType name="ProcessInstances">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a list of process instances.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="processInstance" type="pm:ProcessInstance" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Details of process instances.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ProcessInstances/processInstance
diagram pm_xsd_diagrams/pm_xsd_p240.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:ProcessInstance
properties
minOcc 0
maxOcc unbounded
content complex
children pm:processQName pm:id pm:state pm:startTime pm:completionTime pm:priority pm:waitingWorkCount pm:parentProcessID pm:userID pm:originatorName pm:failedActivityName pm:activityFaultName pm:activityFaultData pm:customAttributes
annotation
documentation
Details of process instances.
source <xsd:element name="processInstance" type="pm:ProcessInstance" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Details of process instances.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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