BACnetTimerTransition

<< Click to Display Table of Contents >>

 

BACnetTimerTransition

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

XML Schema

<xs:simpleType name="BACnetTimerTransition">
  <xs:restriction base="xs:string">
    <xs:enumeration value="none" />
    <xs:enumeration value="idleToRunning" />
    <xs:enumeration value="runningToIdle" />
    <xs:enumeration value="runningToRunning" />
    <xs:enumeration value="runningToExpired" />
    <xs:enumeration value="forcedToExpired" />
    <xs:enumeration value="expiredToIdle" />
    <xs:enumeration value="expiredToRunning" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetTimerTransition>none</BACnetTimerTransition>

Was this page useful?