/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.wcs10; import net.opengis.gml.AbstractGMLType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Abstract Description Base Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Description of a WCS object. * <!-- end-model-doc --> * * * @see net.opengis.wcs10.Wcs10Package#getAbstractDescriptionBaseType() * @model abstract="true" * extendedMetaData="name='AbstractDescriptionBaseType' kind='elementOnly'" * @generated */ public interface AbstractDescriptionBaseType extends AbstractGMLType { } // AbstractDescriptionBaseType