complexType CommentAudit
diagram ec_wsdl_diagrams/ec_wsdl_p141.png
namespace http://base.api.ec.n2.tibco.com
type extension of Audit
properties
base Audit
children endPosition startPosition totalItems reference comment
used by
elements CommentAuditEntry/children CommentAudit CommentedAudit/comments
annotation
documentation
The Comments associated with the either the parent entity, or if root level, then the requested entity.
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>

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