audits Schema
Audits Element
audits Schema : Audits Element

Glossary Item Box

Description

A collection of audits.
Namespace (none)

Diagram

Audit Element Sequence Audits Element

Overview

Audits
A collection of audits.
TotalResults required xs:integer
The count of records in the collection.
Sequence
Audit 1..∞
An audit entity.

Attributes

NameTypeUseDefaultFixedDescription
TotalResultsxs:integerrequired  The count of records in the collection.

Source

<xs:element name="Audits" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        A collection of audits.
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="Audit" />
    </xs:sequence>
    <xs:attribute name="TotalResults" use="required" type="xs:integer">
      <xs:annotation>
        <xs:documentation>
            The count of records in the collection.
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also