SequenceOfBACnetSpecialEvent

<< Clique para Mostrar o Sumário >>

 

SequenceOfBACnetSpecialEvent

Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:

schedule.exceptionSchedule

Esquema XML

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

Exemplos

Exemplo 1:

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

Exemplo 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetSpecialEvent>
    <BACnetSpecialEvent>
      <Period>
        <CalendarEntry>
          <Date>2017-12-20</Date>
        </CalendarEntry>
      </Period>
      <ListOfTimeValues />
      <EventPriority>1235</EventPriority>
    </BACnetSpecialEvent>
    <BACnetSpecialEvent>
      <Period>
        <CalendarEntry>
          <Date>2019-12-20</Date>
        </CalendarEntry>
      </Period>
      <ListOfTimeValues>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
      </ListOfTimeValues>
      <EventPriority>1238</EventPriority>
    </BACnetSpecialEvent>
    <BACnetSpecialEvent>
      <Period>
        <CalendarEntry>
          <Date>2022-12-20</Date>
        </CalendarEntry>
      </Period>
      <ListOfTimeValues>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
      </ListOfTimeValues>
      <EventPriority>1241</EventPriority>
    </BACnetSpecialEvent>
  </SequenceOfBACnetSpecialEvent>
</Value>

Exemplo 3:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetSpecialEvent>
    <BACnetSpecialEvent>
      <Period>
        <CalendarEntry>
          <Date>2025-12-20</Date>
        </CalendarEntry>
      </Period>
      <ListOfTimeValues>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
      </ListOfTimeValues>
      <EventPriority>1246</EventPriority>
    </BACnetSpecialEvent>
    <BACnetSpecialEvent>
      <Period>
        <CalendarEntry>
          <Date>2030-12-20</Date>
        </CalendarEntry>
      </Period>
      <ListOfTimeValues>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
      </ListOfTimeValues>
      <EventPriority>1249</EventPriority>
    </BACnetSpecialEvent>
    <BACnetSpecialEvent>
      <Period>
        <CalendarEntry>
          <Date>2033-12-20</Date>
        </CalendarEntry>
      </Period>
      <ListOfTimeValues>
        <BACnetTimeValue>
          <Time>22:39:15.980</Time>
          <Value>
            <Boolean>true</Boolean>
          </Value>
        </BACnetTimeValue>
      </ListOfTimeValues>
      <EventPriority>1252</EventPriority>
    </BACnetSpecialEvent>
  </SequenceOfBACnetSpecialEvent>
</Value>

Esta página foi útil?