From 2fc01f7a270d76177e8653e2b74f8ca1b7711cc3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 Mar 2010 13:10:42 +0200 Subject: Partial support for simple type facet validation For now only certain types and facets are supported. --- libxsde/xsde/cxx/schema-error.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libxsde/xsde/cxx/schema-error.cxx') diff --git a/libxsde/xsde/cxx/schema-error.cxx b/libxsde/xsde/cxx/schema-error.cxx index 940c9c7..c347fa1 100644 --- a/libxsde/xsde/cxx/schema-error.cxx +++ b/libxsde/xsde/cxx/schema-error.cxx @@ -56,6 +56,11 @@ namespace xsde "invalid time value", "invalid dateTime value", "invalid duration value", + "value is greater than maximum allowed", + "value is less than minimum allowed", + "length is greater than maximum allowed", + "length is less than minimum allowed", + "length is not equal to prescribed length", "invalid xsi:type attribute", "dynamic and static types are not related by inheritance" }; -- cgit v1.1