Imported from previous forum
Dear All,
we have been trying to use the FIXML 5.0 SP1 XSD to implement some interface.
The XML requirement is to have the FIXML tag.
however when i use the fixml-marketstructure-base-5-0-SP1.xsd which has trdgSesStat to generate the XML then it doesnt come up with the tag.
Is there any modification which has to be done in the fixml-marketstructure-impl-5-0-SP1.xsd file so that the tag is generated?
Regards,
Sumit
Dear Sumit,
The entry point to the FIXML schema is fixml-main-5-0-SP1.xsd. The fixml-main xsd file includes all impl xsd files, so it includes the FIXML element definition too. If you want to validate any XML against the FIXML schema you should use the fixml-main-5-0-SP1.xsd file as the schema file to validate against.
Hope this helps.
Best Regards,
Marc
Dear All,
we have been trying to use the FIXML 5.0 SP1 XSD to implement some interface.
The XML requirement is to have the FIXML tag.
however when i use the fixml-marketstructure-base-5-0-SP1.xsd which has trdgSesStat to generate the XML then it doesnt come up with the tag.
Is there any modification which has to be done in the fixml-marketstructure-impl-5-0-SP1.xsd file so that the tag is generated?Regards,
Sumit
I am trying to validate using the XSD mentioned above (fixml-main-5-0-SP1.xsd) but I can’t.
Is there some trick to validate FIXML files? I can validate XML files easily, but FIXML against XSD from FIXTrading I cant.