aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-28 16:53:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-28 16:53:35 +0200
commit4332a60585a14ff51bc54d29a4a81d37b3b1df81 (patch)
treefd3b807e3f5b3841371d509505a50498d21a2f99 /libxsde/xsde/cxx/schema-error.hxx
parentc2d201480002a24c05f1f4bc934036555b79cad6 (diff)
Validate enumerations in the xsd:string parser/serializer
Diffstat (limited to 'libxsde/xsde/cxx/schema-error.hxx')
-rw-r--r--libxsde/xsde/cxx/schema-error.hxx1
1 files changed, 1 insertions, 0 deletions
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,