<< Click to Display Table of Contents >>
BACnetSecurityKeySet |
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="BACnetSecurityKeySet">
<xs:sequence>
<xs:element name="KeyRevision" type="Unsigned8" />
<xs:element name="ActivationTime" type="BACnetDateTime" />
<xs:element name="ExpirationTime" type="BACnetDateTime" />
<xs:element name="KeyIds" type="SequenceOfBACnetKeyIdentifier" />
</xs:sequence>
</xs:complexType>
<xs:element name="Value" type="BACnetSecurityKeySet" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetSecurityKeySet>
<KeyRevision>33</KeyRevision>
<ActivationTime>
<Date>2018-12-20</Date>
<Time>22:39:15.980</Time>
</ActivationTime>
<ExpirationTime>
<Date>2019-12-20</Date>
<Time>22:39:15.980</Time>
</ExpirationTime>
<KeyIds />
</BACnetSecurityKeySet>
</Value>
Example 2:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<BACnetSecurityKeySet>
<KeyRevision>36</KeyRevision>
<ActivationTime>
<Date>2021-12-20</Date>
<Time>22:39:15.980</Time>
</ActivationTime>
<ExpirationTime>
<Date>2022-12-20</Date>
<Time>22:39:15.980</Time>
</ExpirationTime>
<KeyIds>
<BACnetKeyIdentifier>
<Algorithm>39</Algorithm>
<KeyId>40</KeyId>
</BACnetKeyIdentifier>
<BACnetKeyIdentifier>
<Algorithm>41</Algorithm>
<KeyId>42</KeyId>
</BACnetKeyIdentifier>
<BACnetKeyIdentifier>
<Algorithm>43</Algorithm>
<KeyId>44</KeyId>
</BACnetKeyIdentifier>
</KeyIds>
</BACnetSecurityKeySet>
</Value>