aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.cxx
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.cxx
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.cxx')
-rw-r--r--libxsde/xsde/cxx/schema-error.cxx5
1 files changed, 5 insertions, 0 deletions
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"
};