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
Describe the bug
The "type" enum is initialized with the value "ABSOLUTE" instead of "UNKOWN" in the parser.
If it is initialized with a valid value, then from V1.3 t should be the value "RELATIVE".
Additional context
Just from an auto-generation perspective we would expect it to set the default value to "UNKOWN", since the specification to initialize it with "RELATIVE" is in an annotation, which doesn't affect auto-generation. Initializing the "type" attribute with "RELATIVE" would be the correct thing according to the standard.