complexType CommonAuditEntry
diagram ec_all_diagrams/ec_all_p509.png
namespace http://base.api.ec.n2.tibco.com
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
used by
elements CommonAuditEntry CaseAuditEntry/instigator
complexTypes CaseAuditEntry CommentAuditEntry ProcessInstanceAuditEntry WorkItemAuditEntry
annotation
documentation
Audit Information which is common to all the Reporting API Operations
source <xs:complexType name="CommonAuditEntry">
 
<xs:annotation>
   
<xs:documentation>Audit Information which is common to all the Reporting API Operations</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="id" type="xs:long" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="creationTime" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="componentId" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="messageId" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="severity" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="priority" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="correlationId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="contextId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="parentContextId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="messageCategory" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="principalId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="principalName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectType" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectStatus" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="parentObjectId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="applicationActivityName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="applicationActivityInstanceId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="applicationActivityModelId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="applicationName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="priorStepId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="iteration" type="xs:int" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="iterationId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="hostTaskName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="hostTaskType" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="entityId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="entityType" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectUrl" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="managedObjectDetails" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="modelMajorVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="modelVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="resourceId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="subprocessInstanceId" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="subprocessName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="subprocessVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="moduleName" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="processPriority" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="extendedMessage" type="xs:string" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="caseReferences" type="CaseReferences" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="additionalAttributes" type="AdditionalAttributes" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="instigatedCaseEvents" type="CaseAuditEntry" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="genericAttributes" type="GenericAttributes" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

element CommonAuditEntry/id
diagram ec_all_diagrams/ec_all_p510.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="id" type="xs:long" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/creationTime
diagram ec_all_diagrams/ec_all_p511.png
type xs:dateTime
properties
content simple
source <xs:element name="creationTime" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>

element CommonAuditEntry/componentId
diagram ec_all_diagrams/ec_all_p512.png
type xs:string
properties
content simple
source <xs:element name="componentId" type="xs:string" minOccurs="1" maxOccurs="1"/>

element CommonAuditEntry/messageId
diagram ec_all_diagrams/ec_all_p513.png
type xs:string
properties
content simple
source <xs:element name="messageId" type="xs:string" minOccurs="1" maxOccurs="1"/>

element CommonAuditEntry/severity
diagram ec_all_diagrams/ec_all_p514.png
type xs:string
properties
content simple
source <xs:element name="severity" type="xs:string" minOccurs="1" maxOccurs="1"/>

element CommonAuditEntry/message
diagram ec_all_diagrams/ec_all_p515.png
type xs:string
properties
content simple
source <xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"/>

element CommonAuditEntry/priority
diagram ec_all_diagrams/ec_all_p516.png
type xs:string
properties
content simple
source <xs:element name="priority" type="xs:string" minOccurs="1" maxOccurs="1"/>

element CommonAuditEntry/correlationId
diagram ec_all_diagrams/ec_all_p517.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="correlationId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/contextId
diagram ec_all_diagrams/ec_all_p518.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="contextId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/parentContextId
diagram ec_all_diagrams/ec_all_p519.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="parentContextId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/messageCategory
diagram ec_all_diagrams/ec_all_p520.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="messageCategory" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/principalId
diagram ec_all_diagrams/ec_all_p521.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="principalId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/principalName
diagram ec_all_diagrams/ec_all_p522.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="principalName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectId
diagram ec_all_diagrams/ec_all_p523.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectName
diagram ec_all_diagrams/ec_all_p524.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectType
diagram ec_all_diagrams/ec_all_p525.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectType" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectVersion
diagram ec_all_diagrams/ec_all_p526.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectStatus
diagram ec_all_diagrams/ec_all_p527.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectStatus" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/parentObjectId
diagram ec_all_diagrams/ec_all_p528.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="parentObjectId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/applicationActivityName
diagram ec_all_diagrams/ec_all_p529.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="applicationActivityName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/applicationActivityInstanceId
diagram ec_all_diagrams/ec_all_p530.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="applicationActivityInstanceId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/applicationActivityModelId
diagram ec_all_diagrams/ec_all_p531.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="applicationActivityModelId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/applicationName
diagram ec_all_diagrams/ec_all_p532.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="applicationName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/priorStepId
diagram ec_all_diagrams/ec_all_p533.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="priorStepId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/iteration
diagram ec_all_diagrams/ec_all_p534.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="iteration" type="xs:int" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/iterationId
diagram ec_all_diagrams/ec_all_p535.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="iterationId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/hostTaskName
diagram ec_all_diagrams/ec_all_p536.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="hostTaskName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/hostTaskType
diagram ec_all_diagrams/ec_all_p537.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="hostTaskType" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/entityId
diagram ec_all_diagrams/ec_all_p538.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="entityId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/entityType
diagram ec_all_diagrams/ec_all_p539.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="entityType" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectUrl
diagram ec_all_diagrams/ec_all_p540.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectUrl" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/managedObjectDetails
diagram ec_all_diagrams/ec_all_p541.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="managedObjectDetails" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/modelMajorVersion
diagram ec_all_diagrams/ec_all_p542.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="modelMajorVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/modelVersion
diagram ec_all_diagrams/ec_all_p543.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="modelVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/resourceId
diagram ec_all_diagrams/ec_all_p544.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="resourceId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/subprocessInstanceId
diagram ec_all_diagrams/ec_all_p545.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="subprocessInstanceId" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/subprocessName
diagram ec_all_diagrams/ec_all_p546.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="subprocessName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/subprocessVersion
diagram ec_all_diagrams/ec_all_p547.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="subprocessVersion" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/moduleName
diagram ec_all_diagrams/ec_all_p548.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="moduleName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/processPriority
diagram ec_all_diagrams/ec_all_p549.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="processPriority" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/extendedMessage
diagram ec_all_diagrams/ec_all_p550.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="extendedMessage" type="xs:string" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/caseReferences
diagram ec_all_diagrams/ec_all_p551.png
type CaseReferences
properties
minOcc 0
maxOcc 1
content complex
children caseReference
source <xs:element name="caseReferences" type="CaseReferences" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/additionalAttributes
diagram ec_all_diagrams/ec_all_p552.png
type AdditionalAttributes
properties
minOcc 0
maxOcc 1
content complex
children attribute
source <xs:element name="additionalAttributes" type="AdditionalAttributes" minOccurs="0" maxOccurs="1"/>

element CommonAuditEntry/instigatedCaseEvents
diagram ec_all_diagrams/ec_all_p553.png
type CaseAuditEntry
properties
minOcc 0
maxOcc unbounded
content complex
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 instigator
source <xs:element name="instigatedCaseEvents" type="CaseAuditEntry" minOccurs="0" maxOccurs="unbounded"/>

element CommonAuditEntry/genericAttributes
diagram ec_all_diagrams/ec_all_p554.png
type GenericAttributes
properties
minOcc 0
maxOcc 1
content complex
children attribute1 attribute2 attribute3 attribute4 attribute5 attribute6 attribute7 attribute8 attribute9 attribute10 attribute11 attribute12 attribute13 attribute14 attribute15 attribute16 attribute17 attribute18 attribute19 attribute20 attribute21 attribute22 attribute23 attribute24 attribute25 attribute26 attribute27 attribute28 attribute29 attribute30 attribute31 attribute32 attribute33 attribute34 attribute35 attribute36 attribute37 attribute38 attribute39 attribute40
source <xs:element name="genericAttributes" type="GenericAttributes" minOccurs="0" maxOccurs="1"/>


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