Hi
I created an xsd file by assign a sample xml file to the xsd.exe tool
I opened the xsd file in the vs 2005(designer) and saw that the data
entities were represented as an element (E sign on the top, left of each data
entity)

When I create data entities by my self they represented as datatables

1) Why can't I get the XSD by tool in the same way
2) I thought to workaround that problem by create the diagram from the tool
based xsd to the manual created digram, but it's not possible(probably
because one is elemnt and the other datatable). Is there any other workaround?
3)If I create the diagram by myself, can I be assure tthat xml serialization
will give me same structure?