<< Click to Display Table of Contents >>
BACnetSpecialEvent_Period |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<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>
Example 1:
<BACnetSpecialEvent_Period>
<CalendarEntry>
<Date>2017-12-20</Date>
</CalendarEntry>
</BACnetSpecialEvent_Period>
Example 2:
<BACnetSpecialEvent_Period>
<CalendarReference>device-502</CalendarReference>
</BACnetSpecialEvent_Period>