From 4332a60585a14ff51bc54d29a4a81d37b3b1df81 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Mar 2010 16:53:35 +0200 Subject: Validate enumerations in the xsd:string parser/serializer --- libxsde/xsde/cxx/schema-error.hxx | 1 + 1 file changed, 1 insertion(+) (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 8569e49..f442bf6 100644 --- a/libxsde/xsde/cxx/schema-error.hxx +++ b/libxsde/xsde/cxx/schema-error.hxx @@ -61,6 +61,7 @@ namespace xsde invalid_duration_value, value_greater_than_max, value_less_than_min, + value_not_in_enumeration, length_greater_than_max, length_less_than_min, length_not_equal_prescribed, -- cgit v1.1