<complexType name="OperationMethodType">
<annotation>
<documentation>Definition of a concrete general-purpose algorithm used to perform a coordinate operation. Most operation methods use a number of operation parameters (although some coordinate conversions use none). Each coordinate operation using the method assigns values to all these parameters. Most parameter values are numeric, but other types of parameter values are possible. </documentation>
</annotation>
<complexContent>
<extension base="gml:GeneralOperationMethodType">
<sequence>
<element name="usesParameter" type="gml:OperationParameterRefType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Unordered list of associations to the set of operation parameters used by this operation method. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|