The document compares two approaches for extending existing EMF models: EMF Facet and EMF Profiles. EMF Facet extends models by adding new model elements for types, attributes, and references without modifying the original model. EMF Profiles annotates existing model elements with stereotypes and tagged values. Both aim to extend models in a structured way without polluting original instances or affecting the Ecore model. EMF Facet extensions are dynamically calculated via queries while EMF Profiles extensions are statically defined via editors.