Subject:Generate XML form a XSD Author:(Deleted User) Date:01 Nov 2013 09:42 AM
Hi Dragan,
in order to merge multiple schemas into a single one (provided they are using the same target namespace, as a XSD must define elements in one namespace only) you can use a tool like this one http://technet.microsoft.com/en-us/library/ms190756%28SQL.90%29.aspx
If you want to build a sample XML from a schema, you can either use the "XML Schema to XML" Stylus Studio wizard, or open the schema in the Stylus Studio XSD Editor, select an element definition, right click on it and choose "View XML Sample" from the context menu.