commit | 4a147ad9db5040b574fd62f7eb1a59e034b8c8ca | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Jun 07 22:03:57 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Mon Sep 05 22:04:20 2022 +0200 |
tree | b9cfe60426d896ea407ce3634be6f4b33172e8e2 | |
parent | 62445c1d2e8bcca1056abb4559518f1c8d995992 [diff] [blame] |
Add uuid type to XSD Client: xml Patch: Jens Geyer
diff --git a/lib/xml/thrift-idl.xsd b/lib/xml/thrift-idl.xsd index 09dd695..db847bc 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>