BACnetMaintenance

<< Click to Display Table of Contents >>

 

BACnetMaintenance

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:simpleType name="BACnetMaintenance">
  <xs:restriction base="xs:string">
    <xs:enumeration value="none" />
    <xs:enumeration value="periodicTest" />
    <xs:enumeration value="needServiceOperational" />
    <xs:enumeration value="needServiceInoperative" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetMaintenance>none</BACnetMaintenance>

Was this page useful?