When generating an XSD (XML Schema Definition) file through DIXF, for an entity that contains a DateTime field, the schema is incompatible with the XML file that is exported from DIXF. If you attempt to validate the XML file against the XSD file, you will get errors like:
The 'DateTimeField' element is invalid - The value '2006-02-01 00:00:00' is invalid according to its datatype 'http://www.w3.org/2001/XMLSchema:dateTime' - The string '2006-02-01 00:00:00' is not a valid DateTime value.