views:

263

answers:

0

Hello Everyone,

I recently discovered the cool abilities of xsd.exe to generate schemas from types in a dll. However I am having trouble generating them for generic types. For example what command line paramters would I use to generate a schema for List? If it matters, I am using these schemas with linq to xsd to create strongly typed linq to xml. Thanks in advance everyone.

Bob