posted 13 years ago
Hello All,
My current XSD looks like this:
This XSD does expects the parent(base) elements before the derived elements. But, the client can send XML having elements in any order...e.g.:
i.e. the client can send the elements in any order of the base and the derived type.
How do then I modify my current XSD to validate such type of XML?
Thanks in advance.