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
According to the current case description, Symbol, IDSource, and SecurityID would become empty classes which doesn't make sense. Additionally, the XML metamodel in the case description isn't able to represent text contents.
For what it's worth, I use my own XML metamodel and generate classes which contain one Content field for them, i.e., I handle text contents as if it was an attribute with fixed name Content and the text being its initial value.
The text was updated successfully, but these errors were encountered:
I just wanted to mention that the case description doen't specify how text contents should be handled. For example, test3.xml contains
According to the current case description,
Symbol
,IDSource
, andSecurityID
would become empty classes which doesn't make sense. Additionally, the XML metamodel in the case description isn't able to represent text contents.For what it's worth, I use my own XML metamodel and generate classes which contain one
Content
field for them, i.e., I handle text contents as if it was an attribute with fixed nameContent
and the text being its initial value.The text was updated successfully, but these errors were encountered: