D
Drew
I am developing Web Services and using XML Schema to indicate the
strtucture of the requests/replies for my Web Services. I have run
into scenarios where I would like to "deprecate" certain request/reply
elements. Does XML schema have any built in support for indicating
that an element is deprecated and should no longer be used? Is anyone
aware of any "industry standards" or protocols for indicating
deprecation?
HISTORY:
I have a Java programming background and find the "@deprecated"
functionality of Javadoc to be a very useful communication tool.
Basically, I'm looking for an equivalent in XML Schema. Here's mor
info on Javadoc deprecation:
http://java.sun.com/j2se/1.4/docs/guide/misc/deprecation/deprecation.html
Thanks in advance for any help/hints.
Thanks,
Drew
strtucture of the requests/replies for my Web Services. I have run
into scenarios where I would like to "deprecate" certain request/reply
elements. Does XML schema have any built in support for indicating
that an element is deprecated and should no longer be used? Is anyone
aware of any "industry standards" or protocols for indicating
deprecation?
HISTORY:
I have a Java programming background and find the "@deprecated"
functionality of Javadoc to be a very useful communication tool.
Basically, I'm looking for an equivalent in XML Schema. Here's mor
info on Javadoc deprecation:
http://java.sun.com/j2se/1.4/docs/guide/misc/deprecation/deprecation.html
Thanks in advance for any help/hints.
Thanks,
Drew