//$Id$ #include module Foo { interface Simple { void trigger (); }; component SimpleComponent supports Simple { readonly attribute string creationtype_; }; home SimpleHome manages SimpleComponent { }; };