<< Click to Display Table of Contents >>
BACnetNotifyType |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<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>
Example 1:
<BACnetNotifyType>alarm</BACnetNotifyType>