Enumerated

<< Click to Display Table of Contents >>

 

Enumerated

This XML representation of complex data is used by the following objects/properties:

timer.stateChangeValues

XML Schema

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://www.elipse.com.br/drivers/BACnet" xmlns:mstns="http://www.elipse.com.br/drivers/BACnet" elementFormDefault="qualified" targetNamespace="http://www.elipse.com.br/drivers/BACnet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType name="Enumerated">
    <xs:restriction base="xs:integer" />
  </xs:simpleType>
  <xs:element name="Value" type="Enumerated" />
</xs:schema>

Examples

Example 1:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <Enumerated>0</Enumerated>
</Value>

Was this page useful?