BACnetNetworkType

<< Click to Display Table of Contents >>

 

BACnetNetworkType

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

XML Schema

<xs:simpleType name="BACnetNetworkType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ethernet" />
    <xs:enumeration value="arcnet" />
    <xs:enumeration value="mstp" />
    <xs:enumeration value="ptp" />
    <xs:enumeration value="lontalk" />
    <xs:enumeration value="ipv4" />
    <xs:enumeration value="zigbee" />
    <xs:enumeration value="virtual" />
    <xs:enumeration value="ipv6" />
    <xs:enumeration value="serial" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetNetworkType>ethernet</BACnetNetworkType>

Was this page useful?