Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MAS
SDT
Commits
e65e1a82
Commit
e65e1a82
authored
Jun 01, 2015
by
Andreas Kraft
Browse files
Merge pull request
#6
from ankraft/master
Added missing "uri" data type Added changelog in Readme
parents
5032b1fa
4c397e4f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+2
-0
SDT/schema2.0/etc/domain.rnc
SDT/schema2.0/etc/domain.rnc
+1
-0
SDT/schema2.0/src/domain.rng
SDT/schema2.0/src/domain.rng
+1
-0
SDT/schema2.0/src/domain.xsd
SDT/schema2.0/src/domain.xsd
+1
-0
No files found.
README.md
View file @
e65e1a82
...
...
@@ -23,6 +23,8 @@ You can find further Information here:
-
[
Backlog & Issues
](
SDT/schema2.0/docs/Backlog.md
)
-
[
LICENSE
](
LICENSE
)
## Changes in 2.0.1
-
Added missing "uri" data type.
## Changes in 2.0
-
Introduced RootDevice to support hierarchical embedded devices.
...
...
SDT/schema2.0/etc/domain.rnc
View file @
e65e1a82
...
...
@@ -54,6 +54,7 @@ DataType =
| "time"
| "datetime"
| "blob"
| "uri"
DocText =
(text
| element em { text }
...
...
SDT/schema2.0/src/domain.rng
View file @
e65e1a82
...
...
@@ -130,6 +130,7 @@
<value>time</value>
<value>datetime</value>
<value>blob</value>
<value>uri</value>
</choice>
</define>
...
...
SDT/schema2.0/src/domain.xsd
View file @
e65e1a82
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment