Is it possible to override the minOccurs & maxOccurs attribute of an element in complexType by extension?
I have a xsd for a application configuration and I want to extend the complextype to make the attributes optional and get only the elements that are modified by the user in GUI. Since I don't want to send all the elements to server for just one option change.
Please help.