I have an xml which has K V pairs. Now the problem is I want to place a check in the xsd for not null value(V) for a particular key value(k). How can I write the xsd for checking this constraint? Note: for a key element having value K the corresponding value element having value V (where V is not null) is the check that i need to put in xsd
No comments:
Post a Comment