Hi,
Only for complexType child element of a schema element, a table is generated
in the DataSet. The table structure is determined by the definition of the
complex type. If element is of a simple XML Schema data type such as
integer, no table is generated.
For more information you can refer to the following article
[Generating DataSet Relational Structure from XML Schema (XSD)]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/_g
enerating_dataset_relational_structure_from_xsd.asp
HTH
Mona
> In VS.NET, I use "Generate Dataset" to generate the .XSD + dataset from a
> data adapter (SQL).
[quoted text clipped - 3 lines]
> schema by this method. I'm (fairly) sure I saw an article/page detailing
> this, but cannot locate it from all my searching....