complexType Comment
diagram ec_all_diagrams/ec_all_p492.png
namespace http://base.api.ec.n2.tibco.com
type extension of BaseComment
properties
base BaseComment
children message attribute parentCommentId reference
used by
element Comment
annotation
documentation
A type representing a Comment. 
source <xs:complexType name="Comment">
 
<xs:annotation>
   
<xs:documentation>A type representing a Comment.  </xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseComment">
     
<xs:sequence>
       
<xs:element name="parentCommentId" type="xs:long" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>If this comment is a reply to an earlier comment, parentCommentId is the id of the comment being replied to.  Producing a hierarchy of comments</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="reference" type="CommentReference" minOccurs="1" maxOccurs="1"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Comment/parentCommentId
diagram ec_all_diagrams/ec_all_p493.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
If this comment is a reply to an earlier comment, parentCommentId is the id of the comment being replied to.  Producing a hierarchy of comments
source <xs:element name="parentCommentId" type="xs:long" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>If this comment is a reply to an earlier comment, parentCommentId is the id of the comment being replied to.  Producing a hierarchy of comments</xs:documentation>
 
</xs:annotation>
</xs:element>

element Comment/reference
diagram ec_all_diagrams/ec_all_p494.png
type CommentReference
properties
content complex
children caseRef processInstanceRef workItemRef
source <xs:element name="reference" type="CommentReference" minOccurs="1" maxOccurs="1"/>


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