SequenceOfBACnetLiftCarCallList

<< Click to Display Table of Contents >>

 

SequenceOfBACnetLiftCarCallList

This XML representation of complex data is used by the following objects/properties:

lift.registeredCarCall

XML Schema

<?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="SequenceOfBACnetLiftCarCallList">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="BACnetLiftCarCallList" type="BACnetLiftCarCallList" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Value" type="SequenceOfBACnetLiftCarCallList" />
</xs:schema>

Examples

Example 1:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetLiftCarCallList />
</Value>

Example 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetLiftCarCallList>
    <BACnetLiftCarCallList>
      <FloorNumbers />
    </BACnetLiftCarCallList>
    <BACnetLiftCarCallList>
      <FloorNumbers>
        <Unsigned8>33</Unsigned8>
      </FloorNumbers>
    </BACnetLiftCarCallList>
    <BACnetLiftCarCallList>
      <FloorNumbers>
        <Unsigned8>34</Unsigned8>
      </FloorNumbers>
    </BACnetLiftCarCallList>
  </SequenceOfBACnetLiftCarCallList>
</Value>

Example 3:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetLiftCarCallList>
    <BACnetLiftCarCallList>
      <FloorNumbers>
        <Unsigned8>35</Unsigned8>
        <Unsigned8>36</Unsigned8>
        <Unsigned8>37</Unsigned8>
      </FloorNumbers>
    </BACnetLiftCarCallList>
    <BACnetLiftCarCallList>
      <FloorNumbers>
        <Unsigned8>38</Unsigned8>
      </FloorNumbers>
    </BACnetLiftCarCallList>
    <BACnetLiftCarCallList>
      <FloorNumbers>
        <Unsigned8>39</Unsigned8>
      </FloorNumbers>
    </BACnetLiftCarCallList>
  </SequenceOfBACnetLiftCarCallList>
</Value>

Was this page useful?