<< Click to Display Table of Contents >>
BACnetBackupState |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetBackupState">
<xs:restriction base="xs:string">
<xs:enumeration value="idle" />
<xs:enumeration value="preparingForBackup" />
<xs:enumeration value="preparingForRestore" />
<xs:enumeration value="performingABackup" />
<xs:enumeration value="performingARestore" />
<xs:enumeration value="backupFailure" />
<xs:enumeration value="restoreFailure" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetBackupState>idle</BACnetBackupState>