Open desaikd opened 7 months ago
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.
occurs
Java currently only supports optional and required. (Does not support an occurs range) Rust does not support variably occurring type at all.
optional
required
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.