We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys, I need to generate avsc schema for this xsd file: https://datex2.eu/schema/1_0/1_0/DATEXIISchema_1_0_1_0.xsd
but the library not support this format. I thing that the problem is character ":" into base attribute...
Line 8, base base="D2LogicalModel:TrafficElement"
Could you please support me to understand the issue?
Thanks
The text was updated successfully, but these errors were encountered:
no, it supports the namespaces, did you get any error?
Sorry, something went wrong.
No error during elaboration but avsc generated not include all types. Files attached.
datex-example.zip
No branches or pull requests
Hi guys,
I need to generate avsc schema for this xsd file: https://datex2.eu/schema/1_0/1_0/DATEXIISchema_1_0_1_0.xsd
but the library not support this format. I thing that the problem is character ":" into base attribute...
Line 8, base base="D2LogicalModel:TrafficElement"
Could you please support me to understand the issue?
Thanks
The text was updated successfully, but these errors were encountered: