Definition Type: ComplexType
Name: OperationMethodType
Namespace: http://www.opengis.net/gml
Type: gml:OperationMethodBaseType
Containing Schema: coordinateOperations.xsd
Abstract
Documentation:
Definition of an 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 these parameters.
Collapse XSD Schema Diagram:
Drilldown into usesParameter in schema coordinateoperations_xsd Drilldown into methodFormula in schema coordinateoperations_xsd Drilldown into methodID in schema coordinateoperations_xsd Drilldown into methodName in schema coordinateoperations_xsd Drilldown into remarks in schema referencesystems_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 OperationMethodBaseType 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 an 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 these parameters. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:OperationMethodBaseType">
            <sequence>
                <element ref="gml:methodID" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:methodFormula" />
                <element ref="gml:usesParameter" minOccurs="0" maxOccurs="unbounded" />
            </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
description gml:description 0 (1)
name gml:name (1) unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
remarks gml:remarks 0 (1)
methodName gml:methodName (1) (1)
methodID gml:methodID 0 unbounded
methodFormula gml:methodFormula (1) (1)
usesParameter gml:usesParameter 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:OperationMethod