Currently XML schema element objects do not know about their substitutionGroup attribute.
This led to a problem for us, as a webservice, which we tried to connect/implement, used the substitutionGroup attribute. We therefore were not able to parse the webservice's response as the element of the response was apparently non existing.
With this patch the element class parses the substitution attribute and stores its value in a class member variable.
Currently XML schema element objects do not know about their substitutionGroup attribute. This led to a problem for us, as a webservice, which we tried to connect/implement, used the substitutionGroup attribute. We therefore were not able to parse the webservice's response as the element of the response was apparently non existing.
With this patch the element class parses the substitution attribute and stores its value in a class member variable.