SequenceOfBACnetLogMultipleRecord

<< Click to Display Table of Contents >>

 

SequenceOfBACnetLogMultipleRecord

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

trendLogMultiple.logBuffer

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

Examples

Example 1:

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

Example 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetLogMultipleRecord>
    <BACnetLogMultipleRecord>
      <Timestamp>
        <Date>2017-12-20</Date>
        <Time>22:39:15.980</Time>
      </Timestamp>
      <LogData>
        <LogStatus>
          <logDisabled>true</logDisabled>
          <logInterrupted>true</logInterrupted>
        </LogStatus>
      </LogData>
    </BACnetLogMultipleRecord>
    <BACnetLogMultipleRecord>
      <Timestamp>
        <Date>2018-12-20</Date>
        <Time>22:39:15.980</Time>
      </Timestamp>
      <LogData>
        <LogStatus>
          <logDisabled>true</logDisabled>
          <logInterrupted>true</logInterrupted>
        </LogStatus>
      </LogData>
    </BACnetLogMultipleRecord>
    <BACnetLogMultipleRecord>
      <Timestamp>
        <Date>2019-12-20</Date>
        <Time>22:39:15.980</Time>
      </Timestamp>
      <LogData>
        <LogStatus>
          <logDisabled>true</logDisabled>
          <logInterrupted>true</logInterrupted>
        </LogStatus>
      </LogData>
    </BACnetLogMultipleRecord>
  </SequenceOfBACnetLogMultipleRecord>
</Value>

Was this page useful?