<< Clique para Mostrar o Sumário >>
BACnetAssignedLandingCalls_LandingCalls |
Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.
<xs:complexType name="BACnetAssignedLandingCalls_LandingCalls">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="LandingCalls_Item" type="BACnetAssignedLandingCalls_LandingCalls_Item" />
</xs:sequence>
</xs:complexType>
Exemplo 1:
<SequenceOfBACnetAssignedLandingCalls_LandingCalls />
Exemplo 2:
<SequenceOfBACnetAssignedLandingCalls_LandingCalls>
<LandingCalls />
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>33</FloorNumber>
<Direction>none</Direction>
</LandingCalls_Item>
</LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>35</FloorNumber>
<Direction>up</Direction>
</LandingCalls_Item>
</LandingCalls>
</SequenceOfBACnetAssignedLandingCalls_LandingCalls>
Exemplo 3:
<SequenceOfBACnetAssignedLandingCalls_LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>37</FloorNumber>
<Direction>upAndDown</Direction>
</LandingCalls_Item>
<LandingCalls_Item>
<FloorNumber>39</FloorNumber>
<Direction>none</Direction>
</LandingCalls_Item>
<LandingCalls_Item>
<FloorNumber>41</FloorNumber>
<Direction>up</Direction>
</LandingCalls_Item>
</LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>43</FloorNumber>
<Direction>upAndDown</Direction>
</LandingCalls_Item>
</LandingCalls>
<LandingCalls>
<LandingCalls_Item>
<FloorNumber>45</FloorNumber>
<Direction>none</Direction>
</LandingCalls_Item>
</LandingCalls>
</SequenceOfBACnetAssignedLandingCalls_LandingCalls>