This file defines several XIO objects that parallel their WSF counter parts.
A WSF/XIO simulation will populate these objects (see xio_sim/WsfXIO_ObjectInfoLoad) and transmit them to a requestor. A requestor need not be a WSF simulation. They can receive these objects and not be required to utilize WSF objects.
Base class for extensions that need to store extra data on a standard object type. The standard object type must have a member to store extra data.
The derived class MUST register itself using: PakTypeDictionary::GetInstance().RegisterType<T>(++typeId);