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
The recent change to move all enum to root has simplified things a lot and it's time to support all xml features and to fix a couple underlining issues
Support mixed types in a enum class
Support tuples of values for members
Enum restrictions are not flattened correctly (we merge all enums instead of inhering types and restrictions)
Single enumeration classes when the base is a simple type are not really enumerations, it's a simple type with a fixed value.
The text was updated successfully, but these errors were encountered:
tefra
added a commit
to tefra/xsdata-w3c-tests
that referenced
this issue
Jan 25, 2021
The recent change to move all enum to root has simplified things a lot and it's time to support all xml features and to fix a couple underlining issues
The text was updated successfully, but these errors were encountered: