<< Clique para Mostrar o Sumário >>
BACnetDaysOfWeek |
Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo 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>
Exemplo 1:
<BACnetDaysOfWeek>
<monday>true</monday>
<wednesday>true</wednesday>
<friday>true</friday>
<sunday>true</sunday>
</BACnetDaysOfWeek>