I am having problems coming up with the best approach for code generation via scomp when using extension elements. The problem is that some of the users only need to know about the base type. Other users need to know about the specific types derived via schema extension.
From a code generation standpoint I would like to have the users of the specific schema types only generate code for their types and just link in the already generated base types. The problem is that since the derived type schemas include the base type schemas the code generation for the derived type regenerates code for the base type. Is there a way around this? From looking at the .xsdconfig file this does not appear to be possible. What I would like to do is specify some sort of "don't generate these namespaces" option. John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

