BACnetNotifyType

<< Click to Display Table of Contents >>

 

BACnetNotifyType

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

XML Schema

<xs:simpleType name="BACnetNotifyType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="alarm" />
    <xs:enumeration value="event" />
    <xs:enumeration value="ackNotification" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetNotifyType>alarm</BACnetNotifyType>

Was this page useful?