VS: Create graphic of database schema from exported XML file?

legionsa

New Member
I've been emailed an XML file, exported from VisualStudio, describing a large database schema. To clarify the file type, here is the first line of the XML file:\[code\]<Schema Namespace="MyModel.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2008" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">\[/code\]I would like to generate the graphical view of this schema, showing the tables, columns, and foreign key relationships between them. I know the VisualStudio has this view, but I do not have the full version of VisualStudio -- I have Visual Web Developer 2010 express, but that does not seem to have any way to take an XML file like this and view it graphically (at least I have not been able to find that feature).My question is: Are there any free tools available that will allow me to create a database graphic from this XML file?Thanks!
 
Top