struct control { long operationType; any transportedObject; }; struct myTextListEntry { long myTextNumber; string myText; }; typedef sequence myTextList; interface myInterface { long transmit(in any mesg); };