>This issue collects all functionalities that need to be implemented in the new form based on the metadata structure. ## enumeration - [x] simple single - [x] simple multi with end - [x] complex single - [x] complex multi with end - [x] reorder - [x] delete # choices - [x] select oneof - [x] select anyOf ## Validation - [x] validate all - [x] check wheter you should be able to save even its not valid - [x] required ### single components - constraints - [x] regex - [x] domain - [x] range - [x] required - [x] minLength - [x] maxLenght - [x] minimum - [x] maximum - [x] cardinality ### complex components - [x] required - [x] handle optinal in validation - [x] description ### handle parameters - [ ] add simple and complex examples in test xsd - [ ] simple - [ ] complex
enumeration
choices
Validation
single components - constraints
complex components
handle parameters