FrSimData data_type needs to derive from Common::Container
Currently, FrSimData data_type is derived from Common::SearchContainer which puts an unrealistic burden upon the container by implying order based upon the name field. This is not the case.
This will introduce a backwards incompatibility in the API and ABI as some methods have been removed and the function table will shrink in size.