Hi,
Is it possible to have a custom type in an xsd that accepts a valid
DateTime (or integer/double/float/etc.) value or a value of "null"? I
am looking to define a datatype for a nullable field that allows the
client to provide a valid value or let us know that they want to null
out that field. Can this be done? I have been looking at trying to do
this within an <xsd:restriction> tag in an <xsd:simpleType> element
Much thanks in advance.