Imported from previous forum
I donwloaded FIXML schema for FIX 5.0SP2 and I’m using it to validate FIXML messages that we receive. Also we have an application that use the repository to generate XSLTs to convert FIX messages to FIXML messages and viceversa, but at repository some attributes has different names than those are defined in the Schema, for example, @ClOrdId and @ID, @OrdTyp and @Typ, also you can verified it in Fiximate, click on NewOrderSingle and you will see a field 11;ClOrderId;@ID but if you click on that tag below you will find 11;ClOrderId;@ClOrdId;string. which one is the right name?