The XSD has not been updated for 2.0, so it does not work with the newer
features as you would expect. Can you alter it? Unlikely. Can you create
your own code generator? Certainly.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
********************************************
Think outside the box!
********************************************
"Kees de Winter" <> wrote in message
news:45c33efe$0$14700$ ...
> Hi
>
> I'm creating classes from XML documents using XSD.exe. The problem is that
> whenever this program sees an element contained within another element, it
> generates an array of classes. Wouldn't it be better if it generates
> ArrayLists, or Generics? That would be much easier to work with (More
> methods, Intellisense etc.).
>
> Can the behavior of XSD.exe be adapted, or is there another tool that does
> this?
>
> Thanks
> --
> Kees de Winter
>
>
>
>