Skip to content
Snippets Groups Projects
Commit e65e1a82 authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Merge pull request #6 from ankraft/master

Added missing "uri" data type
Added changelog in Readme
parents 5032b1fa 4c397e4f
No related branches found
Tags 2.0.1
No related merge requests found
...@@ -23,6 +23,8 @@ You can find further Information here: ...@@ -23,6 +23,8 @@ You can find further Information here:
- [Backlog & Issues](SDT/schema2.0/docs/Backlog.md) - [Backlog & Issues](SDT/schema2.0/docs/Backlog.md)
- [LICENSE](LICENSE) - [LICENSE](LICENSE)
## Changes in 2.0.1
- Added missing "uri" data type.
## Changes in 2.0 ## Changes in 2.0
- Introduced RootDevice to support hierarchical embedded devices. - Introduced RootDevice to support hierarchical embedded devices.
......
...@@ -54,6 +54,7 @@ DataType = ...@@ -54,6 +54,7 @@ DataType =
| "time" | "time"
| "datetime" | "datetime"
| "blob" | "blob"
| "uri"
DocText = DocText =
(text (text
| element em { text } | element em { text }
......
...@@ -130,6 +130,7 @@ ...@@ -130,6 +130,7 @@
<value>time</value> <value>time</value>
<value>datetime</value> <value>datetime</value>
<value>blob</value> <value>blob</value>
<value>uri</value>
</choice> </choice>
</define> </define>
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
<xs:enumeration value="time"/> <xs:enumeration value="time"/>
<xs:enumeration value="datetime"/> <xs:enumeration value="datetime"/>
<xs:enumeration value="blob"/> <xs:enumeration value="blob"/>
<xs:enumeration value="uri"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
<xs:group name="DocText"> <xs:group name="DocText">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment