Hey guys whats up??...I am working on a schema to map in xml files to SQL tables. I have a VB script that loads the files into a DB based off of the schema. The tables loaded are Vendor, Placement, Patient, Facility, Summary and Comment. I had the schema working and loading nicely but I missed 1 table, "Services". I went back to work on the schema and add in this table but now cannot get it to work right. I am getting the following long error when I try to run my VB script:
Schema: unable to load schema_v2.xsd. An error occured (schema_V2.xsd#/schema[1]/element[position()=1 and @name = Data]/complextype[1]/sequence[1]/element[position()=3 and @name=Vendor]/complextype[1]/sequence[1]/element[position()=5 and @name = Placement]/complextype[1]/sequence[1]/element[position()=8 and @name = Services]
In the same scope elements with the same name, Services have to be the same type
Error Code 80004005
...has anyone ever seen an error like this??
...I've attached my schema for anyone to review who's interested...I can also provide the schema that I had working if needed, just let me know...thanks for any help in advance!!!
Schema: unable to load schema_v2.xsd. An error occured (schema_V2.xsd#/schema[1]/element[position()=1 and @name = Data]/complextype[1]/sequence[1]/element[position()=3 and @name=Vendor]/complextype[1]/sequence[1]/element[position()=5 and @name = Placement]/complextype[1]/sequence[1]/element[position()=8 and @name = Services]
In the same scope elements with the same name, Services have to be the same type
Error Code 80004005
...has anyone ever seen an error like this??
...I've attached my schema for anyone to review who's interested...I can also provide the schema that I had working if needed, just let me know...thanks for any help in advance!!!