0

I'm using xsd2Code and I want to disable xml order while keeping the attributes. How can I do that ?

Pak
  • 2,639
  • 2
  • 21
  • 27

1 Answers1

0
<OrderXMLAttrib>Tue/False</OrderXMLAttrib>

Add this into configuration file (filespecified/generatedcode/defaultconfig) or change the value throught the UI when call xsd2code.

rolivares
  • 137
  • 1
  • 3
  • 12