SequenceOfBACnetFDTEntry

<< Click to Display Table of Contents >>

 

SequenceOfBACnetFDTEntry

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

networkPort.bbmdForeignDeviceTable

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:complexType name="SequenceOfBACnetFDTEntry">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetFDTEntry" type="BACnetFDTEntry" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Value" type="SequenceOfBACnetFDTEntry" />
</xs:schema>

Examples

Example 1:

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

Example 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetFDTEntry>
    <BACnetFDTEntry>
      <BacnetipAddress>00010203040506070809</BacnetipAddress>
      <TimeToLive>7634</TimeToLive>
      <RemainingTimeToLive>7635</RemainingTimeToLive>
    </BACnetFDTEntry>
    <BACnetFDTEntry>
      <BacnetipAddress>FF</BacnetipAddress>
      <TimeToLive>7636</TimeToLive>
      <RemainingTimeToLive>7637</RemainingTimeToLive>
    </BACnetFDTEntry>
    <BACnetFDTEntry>
      <BacnetipAddress>FF</BacnetipAddress>
      <TimeToLive>7638</TimeToLive>
      <RemainingTimeToLive>7639</RemainingTimeToLive>
    </BACnetFDTEntry>
  </SequenceOfBACnetFDTEntry>
</Value>

Was this page useful?