-- IDL module extracted from ITU-T X.781 (08/2001)Module anyExample { struct DataStructure { short s; string str; }; interface anyInterface { attribute any anyAttr; void op ( inout any p1) ; }; };