2.2.5.2.7 PCClientDataStatus

The PCClientDataStatus type describes the status of backups for each client after repair.

   <xs:simpleType name="PCClientDataStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="NoLoss" />
       <xs:enumeration value="PartialLoss" />
       <xs:enumeration value="FullLoss" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

NoLoss

All backups were preserved after repair.

PartialLoss

Some backups were lost after repair.

FullLoss

All backups were lost for this machine.