- From: bharath <bharathkr@huawei.com>
- Date: Mon, 08 Dec 2008 12:05:11 +0530
- To: xmlschema-dev@w3.org
- Cc: ashutosh_p@huawei.com, ranjit@huawei.com
Received on Monday, 8 December 2008 06:36:05 UTC
Hi..According to schema, there are some constraints for a restriction to be valid.(given under Schema Component Constraint: Particle Restriction OK (Elt:Elt -- NameAndTypeOK)). When I give a schema which is not correct according to the above constraints, libxml is not showing any error when it is parsing it. The document is attached to this mail Where the restricted element is not correct. These constraints are handled in the following functions xmlSchemaCheckParticleRangeOK xmlSchemaCheckRCaseNameAndTypeOK xmlSchemaCheckRCaseNSCompat xmlSchemaCheckRCaseRecurseAsIfGroup etc. which are under the conditional compilation of the macro "ENABLE_PARTICLE_RESTRICTION" which is commented. Can you please help me in handling these constraints. Thanks and regards, Bharath.
Received on Monday, 8 December 2008 06:36:05 UTC