interface Dahut { attribute DOMString type; }; exception SomeException { }; interface Dahut { attribute DOMString type; }; attribute DOMString type; exception SomeException { };