Imported from previous forum
The project that I’m working on will use FixML 5.0 sp2 schema with some additional enumerations. To get started I have downloaded the base schema and attempted to use this schema unchanged. Our development tool, which uses xerces parser under the hood, is giving errors. These are linked with the following line in each schema file:
xsi:schemaLocation=“http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA fixml-metadata-5-0-SP2.xsd”
schemaLocation doesn’t seem to be valid in a schema document, only in an instance document.
Is this likely to be a problem with the parser or should these metadata entries be removed from the download before using the schema?
Earlier versions of the schema were missing the fixml-metadata-5-0-SP2.xsd file. I will make sure that file is included. Removing the metadata is not recommended. I will follow up directly with you on this support issue.
The project that I’m working on will use FixML 5.0 sp2 schema with some additional enumerations. To get started I have downloaded the base schema and attempted to use this schema unchanged. Our development tool, which uses xerces parser under the hood, is giving errors. These are linked with the following line in each schema file:
xsi:schemaLocation=“http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA fixml-metadata-5-0-SP2.xsd”
schemaLocation doesn’t seem to be valid in a schema document, only in an instance document.
Is this likely to be a problem with the parser or should these metadata entries be removed from the download before using the schema?