From c1f49aa87678c512ac37575365a6676727e5f20a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Oct 2010 11:34:54 +0200 Subject: Update the supported schema construct tables --- documentation/cxx/parser/guide/index.xhtml | 17 +++++++++++++++-- documentation/cxx/serializer/guide/index.xhtml | 16 ++++++++++++++-- 2 files changed, 29 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml index 6805a9b..90da54a 100644 --- a/documentation/cxx/parser/guide/index.xhtml +++ b/documentation/cxx/parser/guide/index.xhtml @@ -5297,13 +5297,26 @@ private: complex type, empty content complex type, mixed content complex type, simple content extension - complex type, simple content restriction - Simple type facets are not validated. + complex type, simple content restriction complex type, complex content extension complex type, complex content restriction list + Facets + + lengthString-based types. + minLengthString-based types. + maxLengthString-based types. + patternString-based types. + whiteSpaceString-based types. + enumerationString-based types. + + minExclusiveInteger and floating-point types. + minInclusiveInteger and floating-point types. + maxExclusiveInteger and floating-point types. + maxInclusiveInteger and floating-point types. + Datatypes byte diff --git a/documentation/cxx/serializer/guide/index.xhtml b/documentation/cxx/serializer/guide/index.xhtml index e1fecb4..5e1dca1 100644 --- a/documentation/cxx/serializer/guide/index.xhtml +++ b/documentation/cxx/serializer/guide/index.xhtml @@ -6456,13 +6456,25 @@ private: complex type, empty content complex type, mixed content complex type, simple content extension - complex type, simple content restriction - Simple type facets are not validated. + complex type, simple content restriction complex type, complex content extension complex type, complex content restriction list + Facets + + lengthString-based types. + minLengthString-based types. + maxLengthString-based types. + patternString-based types. + enumerationString-based types. + + minExclusiveInteger and floating-point types. + minInclusiveInteger and floating-point types. + maxExclusiveInteger and floating-point types. + maxInclusiveInteger and floating-point types. + Datatypes byte -- cgit v1.1