When we convert 6244-47141.xsd xsd schema to json schema and back to xsd. Newly generated schema significantly defers from original.
Some of the detected issues are:
added minOccurs=0 in converted and not present in original
nillable attribue removed in converted
seres:elementtype and seres:guid missing in converted
attribute changed to sequence with one element in converted
Steps To Reproduce
DataModeling.Tests.Seres2JsonSchema2SeresTests.ConvertSeresXsd_SeresGeneratedXsd_ShouldConvertToJsonSchemaAndBackToXsd with the file mentioned Above.
Description of the bug
When we convert 6244-47141.xsd xsd schema to json schema and back to xsd. Newly generated schema significantly defers from original. Some of the detected issues are:
Steps To Reproduce
DataModeling.Tests.Seres2JsonSchema2SeresTests.ConvertSeresXsd_SeresGeneratedXsd_ShouldConvertToJsonSchemaAndBackToXsd with the file mentioned Above.
Additional Information
No response