Generating a database schema from an XML schema
I have been looking for xsd2db, a tool for generating a database schema from an XML schema, ever since I read this article. Unfortunately, when it came time for me to recall the location of the tool I had forgotten where I found it in the first place (I'm sometimes lazy on my bookmarks). Thanks to Mike Gunderloy's most recent Daily Grind, I was able to locate the tool.
It works as promised, and I was able to create a database with the appropriate entities for a few complex types defined in my XSD for a SQL Server database and an Access database.