|
FIXML_Schema
< Previous Next >
Making every schema valid
Matthew Rawlings / JP Morgan Chase <> 20 Jun 2007 10:57AM ETIn FIXML 5.0 not every schema is valid by itself. If you took each .xsd file in turn and validated it then some are valid, and some are not. This is because the way the code generation creates the schema files and their include structures they don't all have sight of each other.
I raised this issue in FIX 4.4 and we had some discussion around this being fixed in 5.0. I confirm that this aspect of the structure is the same as before. Please could it be changed?
A typical example scenario for why this is important is my use of the Eclipse Modelling Framework. This tool fails to import FIX 5.0 because of this structure. An Eclipse bug report is here https://bugs.eclipse.org/bugs/show_bug.cgi?id=193306
|