Click here to Skip to main content
15,894,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have multiple XSD files and i need to merge all the XSD files into one single xsd file .

the XSD files are huge and it should be merged with the root elements.
<xs:element name="Derby" type="DerbyInfo" />
  <xs:complexType name="DerbyInfo">


What I have tried:

As of now i do it manually, can we automate the process ?.
Posted
Updated 21-Mar-16 3:30am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900