BACnetNodeType

<< Click to Display Table of Contents >>

 

BACnetNodeType

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

XML Schema

<xs:simpleType name="BACnetNodeType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknown" />
    <xs:enumeration value="system" />
    <xs:enumeration value="network" />
    <xs:enumeration value="device" />
    <xs:enumeration value="organizational" />
    <xs:enumeration value="area" />
    <xs:enumeration value="equipment" />
    <xs:enumeration value="point" />
    <xs:enumeration value="collection" />
    <xs:enumeration value="property" />
    <xs:enumeration value="functional" />
    <xs:enumeration value="other" />
    <xs:enumeration value="subsystem" />
    <xs:enumeration value="building" />
    <xs:enumeration value="floor" />
    <xs:enumeration value="section" />
    <xs:enumeration value="module" />
    <xs:enumeration value="tree" />
    <xs:enumeration value="member" />
    <xs:enumeration value="protocol" />
    <xs:enumeration value="room" />
    <xs:enumeration value="zone" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetNodeType>unknown</BACnetNodeType>

Was this page useful?