<< Click to Display Table of Contents >>
Time |
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:simpleType name="Time">
<xs:restriction base="xs:string">
<xs:pattern value="(([01][0-9]|2[0-3])|\?\?):([0-5][0-9]|\?\?):([0-5][0-9]|\?\?)(.([0-9][0-9][0-9]|\?\?\?))?" />
</xs:restriction>
</xs:simpleType>
<xs:element name="Value" type="Time" />
</xs:schema>
Example 1:
<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
<Time>22:39:15.980</Time>
</Value>