summaryrefslogtreecommitdiff
path: root/lib/xml
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-06-07 22:03:57 +0200
committerJens Geyer <jensg@apache.org>2022-09-05 22:04:20 +0200
commit4a147ad9db5040b574fd62f7eb1a59e034b8c8ca (patch)
treeb9cfe60426d896ea407ce3634be6f4b33172e8e2 /lib/xml
parent62445c1d2e8bcca1056abb4559518f1c8d995992 (diff)
downloadthrift-4a147ad9db5040b574fd62f7eb1a59e034b8c8ca.tar.gz
Add uuid type to XSD
Client: xml Patch: Jens Geyer
Diffstat (limited to 'lib/xml')
-rw-r--r--lib/xml/thrift-idl.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xml/thrift-idl.xsd b/lib/xml/thrift-idl.xsd
index 09dd695e6..db847bcf1 100644
--- a/lib/xml/thrift-idl.xsd
+++ b/lib/xml/thrift-idl.xsd
@@ -277,6 +277,7 @@
<enumeration value="map" />
<enumeration value="set" />
<enumeration value="list" />
+ <enumeration value="uuid" />
</restriction>
</simpleType>