/*****************************************************************************/ /* (c) Copyright, Real-Time Innovations, All rights reserved. */ /* */ /* Permission to modify and use for internal purposes granted. */ /* This software is provided "as is", without warranty, express or implied. */ /* */ /*****************************************************************************/ struct PayloadType { string<256> type; //@key string<256> source; string stringPayload; sequence binaryPayload; };//@Extensibility EXTENSIBLE_EXTENSIBILITY