> Did you sepcify all the schema files on the
> command line:
No I did not. And yes that works. Thanks Christoph!
Of course, I'm still annoyed that it didn't obey the schemaLocation of the import
element. But I'm happy because I can move on!
Justin
You can read messages from the Advanced D
> AFAIK, XSD.exe doesn't use XmlSchema.Read or
> XmlSchema.Compile. It uses DataSet.ReadXmlSchema
> or the XmlSerializer, using only the target
> namespace.
I believe it would use DataSet.ReadXmlSchema if I were generating DataSets. But I
would suspect that it uses XmlSchema when I pass in the
Being the modular programmer that I am, I have broken up all my XML Schema files into
multiple files so that I don't repeat the same information in two places. So I use
the element and schemaLocation attribute to bring in all the other stuff that
I need.
Now when I load the schema myself (Xm