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
ac3abb27
Commit
ac3abb27
authored
Jun 01, 2015
by
Andreas Kraft
Browse files
Added missing "uri" data type
parent
5032b1fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-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.
SDT/schema2.0/etc/domain.rnc
View file @
ac3abb27
...
...
@@ -54,6 +54,7 @@ DataType =
| "time"
| "datetime"
| "blob"
| "uri"
DocText =
(text
| element em { text }
...
...
SDT/schema2.0/src/domain.rng
View file @
ac3abb27
...
...
@@ -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 @
ac3abb27
...
...
@@ -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