01: /**
02: * <copyright>
03: * </copyright>
04: *
05: * $Id: OnlineResourceType.java 6226 2007-02-27 22:03:44Z jdeolive $
06: */package net.opengis.ows;
07:
08: import org.eclipse.emf.ecore.EObject;
09:
10: /**
11: * <!-- begin-user-doc -->
12: * A representation of the model object '<em><b>Online Resource Type</b></em>'.
13: * <!-- end-user-doc -->
14: *
15: * <!-- begin-model-doc -->
16: * Reference to on-line resource from which data can be obtained.
17: * For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleLink", as used in GML.
18: * <!-- end-model-doc -->
19: *
20: *
21: * @see net.opengis.ows.OwsPackage#getOnlineResourceType()
22: * @model extendedMetaData="name='OnlineResourceType' kind='empty'"
23: * @generated
24: */
25: public interface OnlineResourceType extends EObject {
26: } // OnlineResourceType
|