Click here to Skip to main content
15,881,757 members
Articles / Programming Languages / SQL

Generate SQL Database Schema from XML - Part 1 (File Format and XSD)

Rate me:
Please Sign up or sign in to vote.
4.95/5 (15 votes)
28 Apr 2010CPOL14 min read 128.7K   2.8K   39  
Part 1 of 3 in a series of articles about generating SQL from an XML file format. This part describes the background to the project and talks about the development of the file format and an XSD schema.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49A38215-3C3A-48B6-BCB1-2B33E57A9517}"
	ProjectSection(SolutionItems) = preProject
		DatabaseSchemaModel.xsd = DatabaseSchemaModel.xsd
		SimpleDatabase.xml = SimpleDatabase.xml
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer (Senior) Olduwan Ltd.
United Kingdom United Kingdom
Entertainment software.
Web development.

Comments and Discussions