BACnetPolarity

<< Click to Display Table of Contents >>

 

BACnetPolarity

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

XML Schema

<xs:simpleType name="BACnetPolarity">
  <xs:restriction base="xs:string">
    <xs:enumeration value="normal" />
    <xs:enumeration value="reverse" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetPolarity>normal</BACnetPolarity>

Was this page useful?