auditResult Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
audit list of auditRecord element edc 0/unbounded  

Example

<auditResult xmlns="http://eurotech.com/edc/2.0">
  <audit>
    <id>...</id>
    <accountId>...</accountId>
    <occurredOn>...</occurredOn>
    <userId>...</userId>
    <username>...</username>
    <sessionId>...</sessionId>
    <entityId>...</entityId>
    <eventType>...</eventType>
    <eventResultCode>...</eventResultCode>
    <eventResultFailure>...</eventResultFailure>
    <eventInput1>...</eventInput1>
    <eventInput2>...</eventInput2>
    <eventInput3>...</eventInput3>
    <eventOutput1>...</eventOutput1>
    <eventOutput2>...</eventOutput2>
    <eventOutput3>...</eventOutput3>
  </audit>
</auditResult>