Definition Type: ComplexType
Name: AbstractOperationType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSingleOperationType
Containing Schema: coordinateOperations.xsd
Abstract True
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.
Collapse XSD Schema Diagram:
Drilldown into targetCRS in schema coordinateoperations_xsd Drilldown into sourceCRS in schema coordinateoperations_xsd Drilldown into _PositionalAccuracy in schema dataquality_xsd Drilldown into targetDimensions in schema coordinateoperations_xsd Drilldown into sourceDimensions in schema coordinateoperations_xsd Drilldown into coordinateOperationVersion in schema coordinateoperations_xsd Drilldown into coordinateOperationID 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 AbstractCoordinateOperationType in schema coordinateoperations_xsd Drilldown into AbstractSingleOperationType in schema coordinateoperations_xsdXSD Diagram of AbstractOperationType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
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
coordinateOperationID gml:coordinateOperationID (1) (1)
coordinateOperationVersion gml:coordinateOperationVersion 0 (1)
sourceDimensions gml:sourceDimensions (1) (1)
targetDimensions gml:targetDimensions (1) (1)
_PositionalAccuracy gml:_PositionalAccuracy 0 (1)
sourceCRS gml:sourceCRS 0 (1)
targetCRS gml:targetCRS 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:_Operationgml:AbstractGeneralConversionType, gml:AbstractGeneralTransformationType,