You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When converting a X12 xsd file to a schema.json using the EDI tool, the maxOccurances present in the xsd are not correctly reflected in the schema.json, all the maxOccurances are set to 1.
Eg; Below xsd snippet shows the maxOccurance being 10.
But the schema generated shows the maxOccurance as follows.
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.
- Reason/EngineeringMistake - The issue occurred due to a mistake made in the past. - Reason/Regression - The issue has introduced a regression. - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components. - Reason/Complex - Issue occurred due to complex scenario. - Reason/Invalid - Issue is invalid. - Reason/Other - None of the above cases.
Description:
When converting a X12 xsd file to a schema.json using the EDI tool, the maxOccurances present in the xsd are not correctly reflected in the schema.json, all the maxOccurances are set to 1.
Eg; Below xsd snippet shows the maxOccurance being 10.
![image](https://private-user-images.githubusercontent.com/114283189/342644113-24c68f54-9935-4f28-89f5-c3a7db414a80.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTk2MzAsIm5iZiI6MTczOTQxOTMzMCwicGF0aCI6Ii8xMTQyODMxODkvMzQyNjQ0MTEzLTI0YzY4ZjU0LTk5MzUtNGYyOC04OWY1LWMzYTdkYjQxNGE4MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwNDAyMTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wMzg2M2IzMzAyZjRjZWU3NmM4NDBjZDg5OWUyMDdhYmZmMmExYzQ3MzJmZjJjMGQ4ZTM4MzliZWJkMGMyYjVkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RuAnmU5TEiLMUTnanCj5QFxsJqllGXtXZdieKzPOKjE)
But the schema generated shows the maxOccurance as follows.
xsd file:
278-A1.zip
Generated schema
schema.json
The text was updated successfully, but these errors were encountered: