2.2.5.34 StagingDataStatus

The StagingDataStatus simple type specifies a status that indicates the success or failure of staging records.

The following is the XML schema definition of the StagingDataStatus simple type.

   <xs:simpleType name="StagingDataStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="All" />
       <xs:enumeration value="Successful" />
       <xs:enumeration value="Error" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

All

The status is inclusive of successful records and error records.

Successful

The status indicates staging records that were loaded successfully.

Error

The status indicates staging records that did not load.