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.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libxsde/xsde/cxx/schema-error.hxx') diff --git a/libxsde/xsde/cxx/schema-error.hxx b/libxsde/xsde/cxx/schema-error.hxx index 6097e69..8569e49 100644 --- a/libxsde/xsde/cxx/schema-error.hxx +++ b/libxsde/xsde/cxx/schema-error.hxx @@ -59,6 +59,11 @@ namespace xsde invalid_time_value, invalid_date_time_value, invalid_duration_value, + value_greater_than_max, + value_less_than_min, + length_greater_than_max, + length_less_than_min, + length_not_equal_prescribed, invalid_xsi_type, not_derived }; -- cgit v1.1