G
Guest
I have a bunch of .xsd files some of which inherit from others, such that
there are elements that have attributes in one file and also inherts other
attributes from another file. These schemas come from an external source (I
have no control over them). We plan to store the .xml documents as they come
in (using Oracle XML DB), then read them in, validate and manipulate them in
Visual Studio (2005 beta due to a bug in 2003 that the schemas abuse).
I want to create a strongly typed dataset, so that when I read the document
in I can reference it using the tables and columns in the dataset. How do I
go about creating this dataset from the (20+) schemas?
there are elements that have attributes in one file and also inherts other
attributes from another file. These schemas come from an external source (I
have no control over them). We plan to store the .xml documents as they come
in (using Oracle XML DB), then read them in, validate and manipulate them in
Visual Studio (2005 beta due to a bug in 2003 that the schemas abuse).
I want to create a strongly typed dataset, so that when I read the document
in I can reference it using the tables and columns in the dataset. How do I
go about creating this dataset from the (20+) schemas?