Definition Type: ComplexType
Name: OperationMethodType
Namespace: http://www.opengis.net/gml
Type: gml:GeneralOperationMethodType
Containing Schema: coordinateOperations.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into usesParameter in schema coordinateoperations_xsd Drilldown into formula in schema coordinateoperations_xsd Drilldown into methodID in schema coordinateoperations_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractCRSObjectType in schema referencesystems_xsd Drilldown into GeneralOperationMethodType in schema coordinateoperations_xsdXSD Diagram of OperationMethodType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
methodID gml:methodID (1) (1)
formula gml:formula (1) (1)
usesParameter gml:usesParameter 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:OperationMethod