aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-17 13:10:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-17 13:10:42 +0200
commit2fc01f7a270d76177e8653e2b74f8ca1b7711cc3 (patch)
tree93fe46eb145bf8ec8654c28b7a261c01f2eba1b0 /libxsde/xsde/cxx/schema-error.hxx
parent3ac8660a6e084014d047e1c121305094eace9bfa (diff)
Partial support for simple type facet validation
For now only certain types and facets are supported.
Diffstat (limited to 'libxsde/xsde/cxx/schema-error.hxx')
-rw-r--r--libxsde/xsde/cxx/schema-error.hxx5
1 files changed, 5 insertions, 0 deletions
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
};