complexType WorkItemCommentReference
diagram ec_all_diagrams/ec_all_p816.png
namespace http://base.api.ec.n2.tibco.com
children idReference fullReference
used by
elements WorkItemCommentReference CommentReference/workItemRef
annotation
documentation
When submitted, a Work Item Comment can be referenced just by the Work Item Id, but this requires additional work by Event Collector before adding the comment.  This is ok for low volumes, but for high volumes it is preferred that the Work Item Full Reference is used, which also includes the Process Instance Id and Application Activity Instance Id of the Work Item
source <xs:complexType name="WorkItemCommentReference">
 
<xs:annotation>
   
<xs:documentation>When submitted, a Work Item Comment can be referenced just by the Work Item Id, but this requires additional work by Event Collector before adding the comment.  This is ok for low volumes, but for high volumes it is preferred that the Work Item Full Reference is used, which also includes the Process Instance Id and Application Activity Instance Id of the Work Item</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice minOccurs="1" maxOccurs="1">
     
<xs:element name="idReference" type="WorkItemReference" minOccurs="1" maxOccurs="1"/>
     
<xs:element name="fullReference" type="WorkItemFullReference" minOccurs="1" maxOccurs="1"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element WorkItemCommentReference/idReference
diagram ec_all_diagrams/ec_all_p817.png
type WorkItemReference
properties
content complex
children workItemId
source <xs:element name="idReference" type="WorkItemReference" minOccurs="1" maxOccurs="1"/>

element WorkItemCommentReference/fullReference
diagram ec_all_diagrams/ec_all_p818.png
type WorkItemFullReference
properties
content complex
children workItemId instanceId applicationActivityInstanceId
source <xs:element name="fullReference" type="WorkItemFullReference" minOccurs="1" maxOccurs="1"/>


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