[xmlschema-dev] <none>

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