complexType ProcessInstanceReference
diagram ec_wsdl_diagrams/ec_wsdl_p1592.png
namespace http://base.api.ec.n2.tibco.com
children instanceId
used by
elements ProcessInstanceAudit/processInstanceRef CommentReference/processInstanceRef ProcessInstanceReference
annotation
documentation
An entity representing a reference to a ProcessInstance, using the Process Instance Id
source <xs:complexType name="ProcessInstanceReference">
 
<xs:annotation>
   
<xs:documentation>An entity representing a reference to a ProcessInstance, using the Process Instance Id</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instanceId" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The id of this Process Instance Reference</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ProcessInstanceReference/instanceId
diagram ec_wsdl_diagrams/ec_wsdl_p1593.png
type xs:string
properties
content simple
annotation
documentation
The id of this Process Instance Reference
source <xs:element name="instanceId" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The id of this Process Instance Reference</xs:documentation>
 
</xs:annotation>
</xs:element>

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