diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | message attribute | ||
annotation |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
source | <xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | Attribute | ||||||
properties |
|
||||||
children | attributeId attributeName attributeDisplayName value | ||||||
source | <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded"/> |