mamift / LinqToXsdCore

LinqToXsd ported to .NET Core (targets .NET Standard 2 for generated code and .NET Core 3.1, .NET 5+ for the code generator CLI tool).
Microsoft Public License
43 stars 15 forks source link

Integrate core xml.xsd into the LinqToXsdCore library #48

Open mamift opened 1 year ago

mamift commented 1 year ago

XML.xsd are very commonly referenced in other schemas, such as http://docs.oasis-open.org/legaldocml/akn-core/v1.0/os/part2-specs/schemas/xml.xsd

Including them as built-in schema mapping in the library would obviate the need for client code to be generated and used by downstream consumers.