I'm a bit new to XML Schema and am having a hard time finding documentation that properly answers a question I have on how when a XML schema is loaded into a dataset, it's parses certain elements. Specifically, I'd like to have several elements of type vendor encapsulated in a vendors elements. I'd like for the DataSet to parse and have a single Vendor table w/ each element in the vendors element as a row in that table. My question is, what do I need to do in my schema to keep the vendors element from being defined as a seperate table? I'd like for it to somehow be ignored by the parser. Thanks!
- James
|