Hi,
I am having the schema and one element in that schema is ,
<xs:element name="EndT" type="TstampTyp e" minOccurs="1" maxOccurs="1"/>
How do I represent the NULL value for the datatype dateTime in the xml.
I am having the schema and one element in that schema is ,
<xs:element name="EndT" type="TstampTyp e" minOccurs="1" maxOccurs="1"/>
How do I represent the NULL value for the datatype dateTime in the xml.
Comment