开发者

Is it possible to define an XSD that doesn't care about additional elements?

I have an XSD that defines and element which has been decrecated for some time, I now wish to remove this element and remove it from the class definition (I'm using the .net XmlSerializer with an XmlReaderSettings set to fir开发者_开发问答e validation events).

I'd like some of our clients who can't / won't remove the deprecated element from their xml to still be able to use my service, but I don't want to retain the additional Properties in my code or the xsd file (that way new client won't get the property and call me asking what it means)

Is this possible?


The simplest way would be to use xs:any. I'll recommend you to look at Creating Extensible Content Models which describes another very interesting ways. It is the bast place which I know about the subject.

Another discussion could give also interesting information about this subject.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜