<< Clique para Mostrar o Sumário >>
BACnetLandingCallStatus_Command |
Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.
<xs:complexType name="BACnetLandingCallStatus_Command">
<xs:sequence>
<xs:choice>
<xs:element name="Direction" type="BACnetLiftCarDirection" />
<xs:element name="Destination" type="Unsigned8" />
</xs:choice>
</xs:sequence>
</xs:complexType>
Exemplo 1:
<BACnetLandingCallStatus_Command>
<Direction>unknown</Direction>
</BACnetLandingCallStatus_Command>
Exemplo 2:
<BACnetLandingCallStatus_Command>
<Destination>34</Destination>
</BACnetLandingCallStatus_Command>