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
Elements with the same name appearing in two different branches of a choice are not written. The reason is that if the element is set in the first branch and not in the second (which is correct), when writing the second element the generated code checks for the existence of the (not set) element and removes it if it exists.
E.g. <angle> in <stringer>
The text was updated successfully, but these errors were encountered:
Elements with the same name appearing in two different branches of a choice are not written. The reason is that if the element is set in the first branch and not in the second (which is correct), when writing the second element the generated code checks for the existence of the (not set) element and removes it if it exists.
E.g. <angle> in <stringer>
The text was updated successfully, but these errors were encountered: