XSD attribute NILLABLE not working
问题 I am working on getting an xml file to validate against an XSD schema and I'm having trouble with the validations. Every time I validate I get errors saying "Schemas validity error: Element '{http://services.website.com/ProgramResponse}Population': '' is not a valid value of the atomic type 'xs:double'." I believe this error happens because I have a null character in that field, displayed like this: < HarvPop>< /HarvPop> So, to solve this I tried using the nillable="true" attribute for the