FIXTradingCommunity / fix-simple-binary-encoding

A FIX standard for binary message encoding
Other
263 stars 69 forks source link

sinceVersion on nested types within a composite #39

Closed mjpt777 closed 6 years ago

mjpt777 commented 8 years ago

The XSD for 1.0 allows for the sinceVersion attribute to be set on nested types within a composite. This is contrary to the spec as it does not state how composites can be extended.

donmendelson commented 7 years ago

It seems we need a different XML type for a simple type that is standalone versus one that is contained by a composite type. Another difference is that the standalone would not have an offset attribute.