Hi Greg,
I don't know that you can do this directly from the xsd, but you can use
Visual Studio to generate the classes first, then perhaps re-engineer with
Visio?
Try the VS.NET command line command "xsd".
For example, to get classes for MySchema.xsd, type:
xsd MySchema.xsd /c
This will generate C# classes from the schema. You'll get one file:
MySchema.cs. You have to be in the VS.NET command line window for this to
work.
--
Hope this helps,
Chris Roth
Visio MVP
More Visio shapes, articles, development info and pure diagramming fun at:
www.visguy.com