module demo{ interface top{ const string Class="top"; }; interface subnetwork : top{ const string Class="subnetwork"; }; };