audit Schema
Properties Element
audit Schema : Properties Element

Glossary Item Box

Description

Properties of this audit. For example, the fields that changed on the parent entity.
Namespace (none)

Diagram

Property Element Sequence Properties Element

Overview

Properties
Properties of this audit. For example, the fields that changed on the parent entity.
Sequence
Property 1..∞
Information about the type of change.

Source

<xs:element name="Properties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        Properties of this audit. For example, the fields that changed on the parent entity.
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="Property" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also