2
Guys, I’m having to change the XSD version of my application, because the ANS has now made it more flexible to send the SIB to the SIB FLEX.
Link to the XSD: http://www.ans.gov.br/padroes/sib/schemas/sib.xsd
With this, I have to generate a new class c# on top of this new XSD that I mentioned above. Only I’m not managing to generate the class, because, these errors are presented:
Ok... But as I am a bit of a beginner in programming I would like to know.
1 - The declaration of these types is made in the class generated from this XSD?
2 - If yes, how will I solve this problem if I can’t generate the class?
3 - If not, how do I declare those types in those errors?
4 - How to resolve this situation?
Thank you for your attention.
It worked my friend... Thank you so much for your help!!!
– Mateus Lima
You are welcome! Give an UP and mark the answer as correct :)
– João Martins