Alright. I have a fun problem (or not so fun).<BR><BR>I have a set of XML Schema Definitions (XSD) files. They are big (the largest is 877 KB...). They are way too large to be doing this manually.
I'm using openui5-sdk-1.52.9 The XSD files can't be used to generate intellisense/autocompletion for Visual Studio 2017. It gives the following error: _Type 'sap.ui ...
GitHub

XSD To JSON Schema

Python script that converts XSD files into JSON Schema. Convert XSD data types to JSON Schema types. See generateRS for possible mappings. Add JSON-LD URI to schema ...
should it reject any XML file that has a different encoding? Situation: We have an XSD with encoding set to one value and we can validate XML files with different encodings successfully (our XSD has ...