Imported from previous forum
hi, I am getting this error when I try to compile this schema with xsd.exe tool ( part of .net framework ) :
Error: Error generating classes for schema ‘fixml-order-base-5-0’.
- The datatype ‘http://www.fixprotocol.org/FIXML-5-0:BidCompRspGrp_Block_t’ is missing.
Thanks for any suggestions.
Just to close this thread, I am able to compile it now, I’ve just added the the schema “fixml-listorders-base-5-0.xsd” to compile together:
xsd /c fixml-listorders-base-5-0.xsd fixml-order-base-5-0.xsd
's
Clebson
hi, I am getting this error when I try to compile this schema with
xsd.exe tool ( part of .net framework ) :Error: Error generating classes for schema ‘fixml-order-base-5-0’.
- The datatype ‘http://www.fixprotocol.org/FIXML-5-
0:BidCompRspGrp_Block_t’ is missing.Thanks for any suggestions.
We had the same problem. It looks like the root cause of this is the incorrect (?) inclusion of the complex type ‘BidResponse_message_t’ in schema ‘fixml-order-base-5-0.xsd’ (the ‘BidResponse_message_t’ is also correctly included in ‘fixml-listorders-base-5-0.xsd’). We found that editing out the ‘BidResponse_message_t’ and it children solved this problem with no side effects.
The affected schemas seem to be correct in release 5.0-SP1.
Just to close this thread, I am able to compile it now, I’ve just added
the the schema “fixml-listorders-base-5-0.xsd” to compile together:xsd /c fixml-listorders-base-5-0.xsd fixml-order-base-5-0.xsd
's Clebson
hi, I am getting this error when I try to compile this schema with
xsd.exe tool ( part of .net framework ) :Error: Error generating classes for schema ‘fixml-order-base-5-0’.
- The datatype ‘http://www.fixprotocol.org/FIXML-5-
:BidCompRspGrp_Block_t’ is missing.Thanks for any suggestions.