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 XmlContent expects dataclasses fields metadata to include the xml type parameter with one of Element | Attribute | Wildcard | Attributes otherwise defaults to Text.
There are currently no sanity checks like multiple text nodes in the same model.
The builder should detect these cases and revert to all Elements.
The XmlContent expects dataclasses fields metadata to include the xml
type
parameter with one ofElement | Attribute | Wildcard | Attributes
otherwise defaults toText
.There are currently no sanity checks like multiple text nodes in the same model.
The builder should detect these cases and revert to all Elements.
Which of course is impossible, the correct output should be
Another example should be
This will also make writing the models manually a little easier and might also allow the generator to cut down on declarations a little bit.
The text was updated successfully, but these errors were encountered: