complexType CommentReference
diagram ec_wsdl_diagrams/ec_wsdl_p526.png
namespace http://base.api.ec.n2.tibco.com
children caseRef processInstanceRef workItemRef
annotation
documentation
The comment reference determines which managed object this comment is attached to.  Currently supported options are:
- Work Item
- Process Instance
- Case
source <xs:complexType name="CommentReference">
 
<xs:annotation>
   
<xs:documentation>The comment reference determines which managed object this comment is attached to.  Currently supported options are:
- Work Item
- Process Instance
- Case
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice minOccurs="1" maxOccurs="1">
     
<xs:element name="caseRef" type="Case" minOccurs="1" maxOccurs="1"/>
     
<xs:element name="processInstanceRef" type="ProcessInstanceReference" minOccurs="1" maxOccurs="1"/>
     
<xs:element name="workItemRef" type="WorkItemCommentReference" minOccurs="1" maxOccurs="1"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element CommentReference/caseRef
diagram ec_wsdl_diagrams/ec_wsdl_p527.png
type Case
properties
content complex
children reference caseDetails
source <xs:element name="caseRef" type="Case" minOccurs="1" maxOccurs="1"/>

element CommentReference/processInstanceRef
diagram ec_wsdl_diagrams/ec_wsdl_p528.png
type ProcessInstanceReference
properties
content complex
children instanceId
source <xs:element name="processInstanceRef" type="ProcessInstanceReference" minOccurs="1" maxOccurs="1"/>

element CommentReference/workItemRef
diagram ec_wsdl_diagrams/ec_wsdl_p529.png
type WorkItemCommentReference
properties
content complex
children idReference fullReference
source <xs:element name="workItemRef" type="WorkItemCommentReference" minOccurs="1" maxOccurs="1"/>

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