From 170988e3d35db79ae33a6c5fb1e9f3d335525829 Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Fri, 10 Aug 2001 12:13:58 +0000
Subject: [PATCH] Add full schema constraint checking flag to the samples and
 the parser.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172946 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/program.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/program.xml b/doc/program.xml
index 20a7d47f6..133aacb81 100644
--- a/doc/program.xml
+++ b/doc/program.xml
@@ -332,6 +332,17 @@ MySAX2Handler::fatalError(const SAXParseException&amp; exception)
 
         <p/>
 
+        <table>
+            <tr><td colspan="2"><em>http://apache.org/xml/features/validation/schema-full-checking</em></td></tr>
+            <tr><td><em>true:</em></td><td> Enable full schema constraint checking, including checking
+                         which may be time-consuming or memory intensive. Currently, particle unique
+                         attribution constraint checking and particle derivation resriction checking
+                         are controlled by this option. </td></tr>
+            <tr><td><em>false:</em></td><td> Disable full schema constraint checking (default). </td></tr>
+        </table>
+
+        <p/>
+
         <table>
             <tr><td colspan="2"><em>http://apache.org/xml/features/validation/reuse-grammar</em></td></tr>
             <tr><td><em>true:</em></td><td> The parser will reuse grammar information from previous parses in subsequent parses. </td></tr>
-- 
GitLab