So, I am working on a small side project that requires an xml scheme that I am completely unfamiliar with.
I want to be able to set up a scheme for choosing between two sets of attributes, which from what I examined are not directly possible in XSD 1.0, but this is apparently a feature of XSD 1.1.
I am currently using Visual Studio to do my job and it seems stuck in XSD 1.0 mode, which makes sense since XSD 1.1 seems to be a recent development.
My question is: is there a plugin / extension available that allows me to work with XSD 1.1 in Visual Studio?
source
share