I am extracting data from a dB and writing it to a gml file with the GML writer.
I am also writing the xsd schema.
In my data, some dates are empty, and this is normal. However, in the XSD file writen by FME the dates are not nullable. The type of error I am getting is:
_xml_error{5}.desc (string): invalid date value ''
I am wondering if I am doing something wrong or if there is a problem with the xsd writter?