1 package org.omg.uml.foundation.core;2 3 public interface Namespace extends org.omg.uml.foundation.core.ModelElement {4 public java.util.Collection getOwnedElement();5 }6