complexType BaseComment
diagram ec_wsdl_diagrams/ec_wsdl_p1298.png
namespace http://base.api.ec.n2.tibco.com
children message attribute
used by
element BaseComment
complexType Comment
annotation
documentation
A Comment entity.  A comment consists of the following components:
- message.  The Comment itself
- parentCommentId.  A parent of this comment, if it is a reply to an earlier comment
- reference.  The reference to the entity to which this comment should be attached
- attribute(s).  Additional attributes that need to be set as part of this comment. useful for adding additional information into ec_event for a comment.
source <xs:complexType name="BaseComment">
 
<xs:annotation>
   
<xs:documentation>A Comment entity.  A comment consists of the following components:
- message.  The Comment itself
- parentCommentId.  A parent of this comment, if it is a reply to an earlier comment
- reference.  The reference to the entity to which this comment should be attached
- attribute(s).  Additional attributes that need to be set as part of this comment. useful for adding additional information into ec_event for a comment.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element BaseComment/message
diagram ec_wsdl_diagrams/ec_wsdl_p1299.png
type xs:string
properties
content simple
source <xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"/>

element BaseComment/attribute
diagram ec_wsdl_diagrams/ec_wsdl_p1300.png
type Attribute
properties
minOcc 0
maxOcc unbounded
content complex
children attributeId attributeName attributeDisplayName value
source <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded"/>

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