diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of Audit | ||
properties |
|
||
children | endPosition startPosition totalItems reference comment | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="CommentAudit"> <xs:annotation> <xs:documentation>The Comments associated with the either the parent entity, or if root level, then the requested entity.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Audit"> <xs:sequence> <xs:element name="reference" type="CommentReference" minOccurs="0" maxOccurs="1"/> <xs:element name="comment" type="CommentAuditEntry" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |