aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-12 11:26:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-12 11:26:08 +0200
commit51231f66aee0bbbd14d361d9e8e0009e99d57974 (patch)
tree00bf887154f994e6156108c4e79b747007af8efa /NEWS
parent9553149aa6b6561c49981adf2848607a43765054 (diff)
Finish {min,max}{Exclusive,Inclusive} facets support
New test: hybrid/facets.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 35 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 44f06c9..3e2dd63 100644
--- a/NEWS
+++ b/NEWS
@@ -68,15 +68,44 @@ Version 3.2.0
C++/Parser
- * Support for validation of the pattern XML Schema facet on string-base
- types. See the XSDE_REGEXP parameter in the configuration files for
- details.
+ * Support for the following XML Schema facets:
+
+ String-based types:
+ - length
+ - minLength
+ - maxLength
+ - pattern
+ - whiteSpace
+ - enumeration
+
+ Integer and floating-point types:
+ - minExclusive
+ - minInclusive
+ - maxExclusive
+ - maxInclusive
+
+ For more information on the pattern facet validation, see the XSDE_REGEXP
+ parameter in the configuration files.
C++/Serializer
- * Support for validation of the pattern XML Schema facet on string-base
- types. See the XSDE_REGEXP parameter in the configuration files for
- details.
+ * Support for the following XML Schema facets:
+
+ String-based types:
+ - length
+ - minLength
+ - maxLength
+ - pattern
+ - enumeration
+
+ Integer and floating-point types:
+ - minExclusive
+ - minInclusive
+ - maxExclusive
+ - maxInclusive
+
+ For more information on the pattern facet validation, see the XSDE_REGEXP
+ parameter in the configuration files.
Version 3.1.0