I've been trying generate xsd schema from xml file in order to obtaining the classes (applying the xsd tool). In visual studio with my xml open: main menu -> Xml -> Generate Schema and visual studio generates the schema in several files:
One main file referencing the other ones. After that I have to copy the others files content into the main file to apply the xsd tool and generate the classes I want.
My question is, it would be possible generate all in just only one file?