I have a XSD schema with a choice root element e.g.: <xs:element name="element1"> <xs:complexType> <xs:sequence> <xs:choice /> ... When I use the "generate dataset" option: I get a dataset with not tables within. How can I generate a dataset with table definitions corresponding to the elements inside the choice ?