[NamespaceObject] module acme { exception DeviceException { }; module pim { [Constructor] interface Contact { }; [Constructor, NamedConstructor=RecurringEvent(long freq)] interface CalendarEvent { }; }; }; exception DeviceException { }; module pim { [Constructor] interface Contact { }; [Constructor, NamedConstructor=RecurringEvent(long freq)] interface CalendarEvent { }; }; [Constructor] interface Contact { }; [Constructor, NamedConstructor=RecurringEvent(long freq)] interface CalendarEvent { };