Skip to content

Commit

Permalink
Merge pull request #1 from ankraft/master
Browse files Browse the repository at this point in the history
Added missing "uri" data type
Moved version number to 2.0.1
Added Changelog in Readme.md
  • Loading branch information
ankraft committed Jun 1, 2015
2 parents 9434948 + 9ae89a7 commit 719c5cd
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RWD050-public - SDT 2.0
# RWD050-public - SDT 2.0.1

This repository contains public information and code for the Smart Device Template (SDT) 2.0 modeling tools.

Expand All @@ -22,6 +22,11 @@ The SDT schema in Relax NG notation, which is a little more reader friendly. See
Generated XML schemas (ready to use).

## Version History
### SDT 2.0.1
Jun 01, 2015

- Added missing "uri" datatype.

### SDT 2.0
May 18, 2015

Expand All @@ -43,4 +48,4 @@ Jan 20, 2015
## License
Note that this project runs under Apache 2.0 license. Read the [LICENSE](LICENSE) in this repository, or refer to [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) .

Any contributions made to this project must comply with the forementioned license.
Any contributions made to this project must comply with the forementioned license.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions SDT2.0/domain.rng → SDT2.0.1/domain.rng
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<value>time</value>
<value>datetime</value>
<value>blob</value>
<value>uri</value>
</choice>
</define>

Expand Down
1 change: 1 addition & 0 deletions SDT2.0/domain.xsd → SDT2.0.1/domain.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<xs:enumeration value="time"/>
<xs:enumeration value="datetime"/>
<xs:enumeration value="blob"/>
<xs:enumeration value="uri"/>
</xs:restriction>
</xs:simpleType>
<xs:group name="DocText">
Expand Down
File renamed without changes.

0 comments on commit 719c5cd

Please sign in to comment.