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
Choice elements have been consolidated into single attributes. Under this single attribute a specific element is hosted to fulfill the xs:choice. Would it be possible to approach this from a different direction, being: all possible choices would be exposed as an attribute, where the attribute name is predictable?
Now:
choice1_choice2 = Choice1()
Requested the ability to:
choice1 = Choice1()
choice2 = None
The text was updated successfully, but these errors were encountered:
I'll explore if disabling does what I am asking for. Due to the general approach in the schema I am using, ordered output is sometimes mandatory. Generally speaking if it is a list of choices, order must be adhered.
Choice elements have been consolidated into single attributes. Under this single attribute a specific element is hosted to fulfill the xs:choice. Would it be possible to approach this from a different direction, being: all possible choices would be exposed as an attribute, where the attribute name is predictable?
Now:
Requested the ability to:
The text was updated successfully, but these errors were encountered: