SequenceOfBACnetVTSession

<< Click to Display Table of Contents >>

 

SequenceOfBACnetVTSession

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

device.activeVtSessions

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

Examples

Example 1:

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

Example 2:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <SequenceOfBACnetVTSession>
    <BACnetVTSession>
      <LocalVtSessionId>33</LocalVtSessionId>
      <RemoteVtSessionId>34</RemoteVtSessionId>
      <RemoteVtAddress>
        <NetworkNumber>7636</NetworkNumber>
        <MacAddress>00010203040506070809</MacAddress>
      </RemoteVtAddress>
    </BACnetVTSession>
    <BACnetVTSession>
      <LocalVtSessionId>36</LocalVtSessionId>
      <RemoteVtSessionId>37</RemoteVtSessionId>
      <RemoteVtAddress>
        <NetworkNumber>7639</NetworkNumber>
        <MacAddress>FF</MacAddress>
      </RemoteVtAddress>
    </BACnetVTSession>
    <BACnetVTSession>
      <LocalVtSessionId>39</LocalVtSessionId>
      <RemoteVtSessionId>40</RemoteVtSessionId>
      <RemoteVtAddress>
        <NetworkNumber>7642</NetworkNumber>
        <MacAddress>FF</MacAddress>
      </RemoteVtAddress>
    </BACnetVTSession>
  </SequenceOfBACnetVTSession>
</Value>

Was this page useful?