complexType CommentAuditEntry
diagram ec_wsdl_diagrams/ec_wsdl_p1374.png
namespace http://base.api.ec.n2.tibco.com
type extension of CommonAuditEntry
properties
base CommonAuditEntry
children id creationTime componentId messageId severity message priority correlationId contextId parentContextId messageCategory principalId principalName managedObjectId managedObjectName managedObjectType managedObjectVersion managedObjectStatus parentObjectId applicationActivityName applicationActivityInstanceId applicationActivityModelId applicationName priorStepId iteration iterationId hostTaskName hostTaskType entityId entityType managedObjectUrl managedObjectDetails modelMajorVersion modelVersion resourceId subprocessInstanceId subprocessName subprocessVersion moduleName processPriority extendedMessage caseReferences additionalAttributes instigatedCaseEvents genericAttributes children
used by
elements CommentAudit/comment CommentAuditEntry
annotation
documentation
A specific comment within a Comment Audit.  This contains information on the comment itself, such as the comment message (stored in extendedMessage).  It also has a reference to CommentAudit for any child comments it has (where a comment has been posted as a reply to another comment).
source <xs:complexType name="CommentAuditEntry">
 
<xs:annotation>
   
<xs:documentation>A specific comment within a Comment Audit.  This contains information on the comment itself, such as the comment message (stored in extendedMessage).  It also has a reference to CommentAudit for any child comments it has (where a comment has been posted as a reply to another comment).</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="CommonAuditEntry">
     
<xs:sequence>
       
<xs:element name="children" type="CommentAudit" minOccurs="0" maxOccurs="1"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CommentAuditEntry/children
diagram ec_wsdl_diagrams/ec_wsdl_p1375.png
type CommentAudit
properties
minOcc 0
maxOcc 1
content complex
children endPosition startPosition totalItems reference comment
source <xs:element name="children" type="CommentAudit" minOccurs="0" maxOccurs="1"/>

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