David Ziegler

Results 3 comments of David Ziegler

The xsd is saying that `DeemedRateType2Choice` should have one and only one child, and that child can be either `DeemedRateType1Code` or `GenericIdentification47`. The generated dataclass doesn't doesn't include any of...

Also the default value for maxOccurs and minOccurs is 1: https://www.w3.org/TR/xmlschema-0/#ref6 so i would expect that ```xml ``` behaves the same as ```xml ```

Does this only happen when you add a category from the admin panel? If you add a category from the shell does the query get invalidated?