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

Added missing "uri" data type

parent 5032b1fa
No related branches found
No related tags found
No related merge requests found
...@@ -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