Definition Type: ComplexType
Name: OperationMethodType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:OperationMethodBaseType
Containing Schema: gml.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 gml_xsd Drilldown into targetDimensions in schema gml_xsd Drilldown into sourceDimensions in schema gml_xsd Drilldown into methodFormula in schema gml_xsd Drilldown into remarks in schema gml_xsd Drilldown into methodID in schema gml_xsd Drilldown into methodName in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into OperationMethodBaseType in schema gml_xsdXSD Diagram of OperationMethodType in schema gml_xsd (National Information Exchange Model (NEIM))
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">
                    <annotation>
                        <documentation>Set of alternative identifications of this operation method. The first methodID, if any, is normally the primary identification code, and any others are aliases. </documentation>
                    </annotation>
                </element>
                <element ref="gml:remarks" minOccurs="0">
                    <annotation>
                        <documentation>Comments on or information about this operation method, including source information.</documentation>
                    </annotation>
                </element>
                <element ref="gml:methodFormula" />
                <element ref="gml:sourceDimensions" />
                <element ref="gml:targetDimensions" />
                <element ref="gml:usesParameter" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Unordered list of associations to the set of operation parameters and parameter groups 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
description gml:description 0 (1)
name gml:name (1) unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
methodName gml:methodName (1) (1)
methodID gml:methodID 0 unbounded
remarks gml:remarks 0 (1)
methodFormula gml:methodFormula (1) (1)
sourceDimensions gml:sourceDimensions (1) (1)
targetDimensions gml:targetDimensions (1) (1)
usesParameter gml:usesParameter 0 unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gmx:ML_OperationMethod_Type, gml:OperationMethodgmx:OperationMethodAlt_Type,