2.2.4.69 AuditInfo

The AuditInfo complex type specifies a common complex type that is used to store object modification history.

The following is the XML schema definition of the AuditInfo complex type.

   <xs:complexType name="AuditInfo">
     <xs:sequence>
       <xs:element minOccurs="0" name="CreatedDateTime" type="xs:dateTime" />
       <xs:element minOccurs="0" name="CreatedUserId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="CreatedVersionId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="UpdatedDateTime" type="xs:dateTime" />
       <xs:element minOccurs="0" name="UpdatedUserId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="UpdatedVersionId" nillable="true" type="tns:Identifier" />
     </xs:sequence>
   </xs:complexType>

CreatedDateTime: Specifies the date and time at which the associated object was created.

CreatedUserId: Specifies the Identifier of the user who created the associated object.

CreatedVersionId: Specifies the Identifier of the version in which the associated object was created.

UpdatedDateTime: Specifies the date and time at which the associated object was last updated.

UpdatedUserId: Specifies the Identifier of the user who last updated the object.

UpdatedVersionId: Specifies the Identifier of the version in which the associated object was last updated.