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
Currently variably occurring types are not fully supported in code generation. Process occurs field and validate while reading the data using the value of occurs constraint.
The text was updated successfully, but these errors were encountered:
Java currently only supports optional and required. (Does not support an occurs range)
Rust does not support variably occurring type at all.
desaikd
changed the title
Add support for occurs constraint with fields in code generation
Add support for variably occurring types in code generation
Nov 4, 2024
Currently variably occurring types are not fully supported in code generation. Process
occurs
field and validate while reading the data using the value ofoccurs
constraint.The text was updated successfully, but these errors were encountered: