Definition Type: ComplexType
Name: AbstractGeneralConversionType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractOperationType
Containing Schema: coordinateOperations.xsd
Abstract True
Documentation:
An abstract operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters.
Collapse XSD Schema Diagram:
Drilldown into targetCRS in schema coordinateoperations_xsd Drilldown into sourceCRS in schema coordinateoperations_xsd Drilldown into _PositionalAccuracy in schema coordinateoperations_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 metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsdXSD Diagram of AbstractGeneralConversionType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractGeneralConversionType" abstract="true">
    <annotation>
        <documentation>An abstract operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:AbstractOperationType">
            <sequence>
                <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
                <element name="coordinateOperationID" type="gml:ExtendedIdentifierType" />
                <element name="sourceDimensions" type="positiveInteger" />
                <element name="targetDimensions" type="positiveInteger" />
                <element name="_PositionalAccuracy" type="gml:AbstractPositionalAccuracyType" minOccurs="0" />
            </sequence>
            <attribute ref="gml:id" use="optional" />
        </restriction>
    </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)
metaDataProperty gml:metaDataProperty 0 unbounded
coordinateOperationID gml:coordinateOperationID (1) (1)
sourceDimensions gml:sourceDimensions (1) (1)
targetDimensions gml:targetDimensions (1) (1)
_PositionalAccuracy gml:_PositionalAccuracy 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:_GeneralConversiongml:ConversionType,