Hi,
I am having an XML FIle that i need to validate against the XSD Schema (Schema.XSD) in SSIS. I am using the XMLTask. I am not able to validate the XML Schema. I am getting Type not declared error.
This same XML file is getting validated against the XSD Schema (Schema.XSD) in BizTalk Server.
Schema.XSD contains Imports statement which Imports HeaderSchema.XSD as well as DetailSchema.XSD.
The error that i get is "Type 'http://schemas......................./1.0:Header' is not declared.
in the HeaderSchema.XSD xmlns = "http://schemas......................./1.0" with 'Header' as the RootNode.
Can u please let me know how to validate this type of schema.
"Type 'http://schemas.metlife.com/Investments/DataTypes/MetInvEnvelope/1.0:MetInvHeader' is not declared
-Prasad