<< Click to Display Table of Contents >>
BACnetDaysOfWeek |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetDaysOfWeek">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="monday" type="Boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="tuesday" type="Boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="wednesday" type="Boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="thursday" type="Boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="friday" type="Boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="saturday" type="Boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="sunday" type="Boolean" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetDaysOfWeek>
<monday>true</monday>
<wednesday>true</wednesday>
<friday>true</friday>
<sunday>true</sunday>
</BACnetDaysOfWeek>