audit Schema
ParentId Element
audit Schema : ParentId Element

Glossary Item Box

Description

The ID of the audited entity. For example, if a defect was audited, this will be a defect ID.
Namespace (none)

Type

xs:integer

Diagram

ParentId Element

Overview

ParentId xs:integer
The ID of the audited entity. For example, if a defect was audited, this will be a defect ID.

Source

<xs:element name="ParentId" type="xs:integer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        The ID of the audited entity. For example, if a defect was audited, this will be a defect ID.
    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also