From 51231f66aee0bbbd14d361d9e8e0009e99d57974 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Oct 2010 11:26:08 +0200 Subject: Finish {min,max}{Exclusive,Inclusive} facets support New test: hybrid/facets. --- NEWS | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) (limited to 'NEWS') 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 -- cgit v1.1