/** * <copyright> * </copyright> * * $Id$ */ package orgomg.cwm.resource.xml; import orgomg.cwm.objectmodel.instance.Extent; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Document</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * This represents an XML document, which is a collection of XML Elements. * <!-- end-model-doc --> * * * @see orgomg.cwm.resource.xml.XmlPackage#getDocument() * @model * @generated */ public interface Document extends Extent { } // Document