aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.cxx
diff options
context:
space:
mode:
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"
};