BACnetSpecialEvent_Period

<< Click to Display Table of Contents >>

 

BACnetSpecialEvent_Period

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

XML Schema

<xs:complexType name="BACnetSpecialEvent_Period">
  <xs:sequence>
    <xs:choice>
      <xs:element name="CalendarEntry" type="BACnetCalendarEntry" />
      <xs:element name="CalendarReference" type="BACnetObjectIdentifier" />
    </xs:choice>
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetSpecialEvent_Period>
  <CalendarEntry>
    <Date>2017-12-20</Date>
  </CalendarEntry>
</BACnetSpecialEvent_Period>

Example 2:

<BACnetSpecialEvent_Period>
  <CalendarReference>device-502</CalendarReference>
</BACnetSpecialEvent_Period>

Was this page useful?