in excel 2003 when i map xml schema file(xsd) with attribute that set
nullable = "true"
ex.
<xsd:element name="PREV_APPRAISED_VAL" type="xsd:double" nullable="true"
minOccurs="0"/>
then message returns
"the attribute "nullable" is not supported on the declaration xsd:elemement"