<complexType name="AbstractOperationType" abstract="true">
<annotation>
<documentation>A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. This coordinate operation uses an operation method, usually with associated parameter values. All concrete types derived from this type shall thus extend this type to include a "usesMethod" element that references one element substitutable for the "_GeneralOperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include zero or more elements each named "uses...Value" that each use the type of an element substitutable for the "_generalParameterValue" element. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractSingleOperationType" />
</complexContent>
</complexType>
|