Generate XSD Schema from XML using PowerShell
I found a C# example of how to create a schema from an XML file here. I wanted to do the same in PowerShell, and this is what I came up with. I left some of the C# code in the script below in comments, just for comparison purposes. The program uses the .NET Schema […]