<< Click to Display Table of Contents >>
SequenceOfBACnetLandingCallStatus |
This XML representation of complex data is used by the following objects/properties:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://www.elipse.com.br/drivers/BACnet" xmlns:mstns="http://www.elipse.com.br/drivers/BACnet" elementFormDefault="qualified" targetNamespace="http://www.elipse.com.br/drivers/BACnet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="SequenceOfBACnetLandingCallStatus">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetLandingCallStatus" type="BACnetLandingCallStatus" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="SequenceOfBACnetLandingCallStatus" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<SequenceOfBACnetLandingCallStatus />
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<SequenceOfBACnetLandingCallStatus>
<BACnetLandingCallStatus>
<FloorNumber>33</FloorNumber>
<Command>
<Direction>none</Direction>
</Command>
<FloorText>Abcde</FloorText>
</BACnetLandingCallStatus>
<BACnetLandingCallStatus>
<FloorNumber>35</FloorNumber>
<Command>
<Direction>up</Direction>
</Command>
<FloorText>Abcde</FloorText>
</BACnetLandingCallStatus>
<BACnetLandingCallStatus>
<FloorNumber>37</FloorNumber>
<Command>
<Direction>upAndDown</Direction>
</Command>
<FloorText>Abcde</FloorText>
</BACnetLandingCallStatus>
</SequenceOfBACnetLandingCallStatus>
</Value>