Schema Validation Failed.
Schema validation of the customizations.xml file within the compressed solution package file failed. To manually validate and edit the file, you can download the schema file here and use an XML editor that supports schema validation to get more details.
The 'options' attribute is invalid - The value '' is invalid according to its datatype 'String' - The Pattern constraint failed
This was followed by a snippet of a view XML definition, which gave a hint to the problem. It looks like Dynamics 365 has new attribute 'options' within the fetchXml schema. This is currently set to an empty string, but the solution importer fails to recognise it, hence the error. The affected part of the xml is:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true" options="" >
Fortunately, there's a relatively simple workaround to remove this attribute from a solutions file.
- Extract the solution xml
- Open customizations.xml
- Do a Find & Replace to remove all the following text: options=""
- Then recreate the .zip and it should import
This affects any solution that contains a view (I haven't tested to see if it also applies to charts or reports), and isn't due to a version mismatch between organisations, as I could replicate it by exporting and importing into the same organisation