S
Sarika Jathar
Hi all,
I am validating a WSDL file using the w3c schema specified at
http://www.w3.org/2001/XMLSchema.xsd.
When I am adding this schema to the XmlSchemaCollection
as follows,
XmlValidatingReader.Schemas.Add(XmlSchema.Read(
new FileStream(@"XmlSchema.xsd", FileMode.Open), null));
Then I am getting an exception,
"Restriction of anySimpleType is not allowed. An error occurred at
http://www.w3.org/2001/XMLSchema.xsd, (1447, 5)."
Please help me out.
I'm sure, we will get some feedback on the issue soon.
I am validating a WSDL file using the w3c schema specified at
http://www.w3.org/2001/XMLSchema.xsd.
When I am adding this schema to the XmlSchemaCollection
as follows,
XmlValidatingReader.Schemas.Add(XmlSchema.Read(
new FileStream(@"XmlSchema.xsd", FileMode.Open), null));
Then I am getting an exception,
"Restriction of anySimpleType is not allowed. An error occurred at
http://www.w3.org/2001/XMLSchema.xsd, (1447, 5)."
Please help me out.
I'm sure, we will get some feedback on the issue soon.