complexType CommentReference
diagram ec_all_diagrams/ec_all_p504.png
namespace http://base.api.ec.n2.tibco.com
children caseRef processInstanceRef workItemRef
used by
elements CommentReference CommentAudit/reference Comment/reference
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_all_diagrams/ec_all_p505.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_all_diagrams/ec_all_p506.png
type ProcessInstanceReference
properties
content complex
children instanceId
source <xs:element name="processInstanceRef" type="ProcessInstanceReference" minOccurs="1" maxOccurs="1"/>

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


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