audit Schema
Action Element
audit Schema : Action Element

Glossary Item Box

Description

The audited action. One of INSERT, UPDATE, or DELETE: entity was created, changed, or deleted.
Namespace (none)

Type

Restriction of xs:string

Diagram

Action Element

Overview

Action Restriction of xs:string
The audited action. One of INSERT, UPDATE, or DELETE: entity was created, changed, or deleted.

Source

<xs:element name="Action" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        The audited action. One of INSERT, UPDATE, or DELETE: entity was created, changed, or deleted.
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="INSERT"></xs:enumeration>
      <xs:enumeration value="UPDATE"></xs:enumeration>
      <xs:enumeration value="DELETE"></xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also