Open HassanAkbar opened 1 month ago
@ronaldtse I have a few questions regarding what to validate in the above options
choice
optiongroup
optionFor
choice
option
- Should we raise an error if none of the option is provided from the choice group?
Yes, instead of raising it, add this requirement to the validate
process.
- Should we raise an error if more then one option is provided from the choice group?
Yes, instead of raising it, add this requirement to the validate
process.
For
group
option
- Should we raise an error if not all the options are selected from the group?
Yes, instead of raising it, add this requirement to the validate
process.
XML type conditions
Originally posted by @ronaldtse in https://github.com/lutaml/lutaml-model/issues/9#issuecomment-2295898312