Definition Type: ComplexType
Name: PassThroughOperationType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSingleOperationType
Containing Schema: coordinateOperations.xsd
Abstract
Documentation:
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
Collapse XSD Schema Diagram:
Drilldown into usesOperation in schema coordinateoperations_xsd Drilldown into modifiedCoordinate in schema coordinateoperations_xsd Drilldown into targetCRS in schema coordinateoperations_xsd Drilldown into sourceCRS in schema coordinateoperations_xsd Drilldown into _positionalAccuracy in schema dataquality_xsd Drilldown into scope in schema referencesystems_xsd Drilldown into validArea in schema referencesystems_xsd Drilldown into operationVersion in schema coordinateoperations_xsd Drilldown into coordinateOperationID in schema coordinateoperations_xsd Drilldown into coordinateOperationName 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 AbstractCoordinateOperationBaseType in schema coordinateoperations_xsd Drilldown into AbstractCoordinateOperationType in schema coordinateoperations_xsd Drilldown into AbstractSingleOperationType in schema coordinateoperations_xsdXSD Diagram of PassThroughOperationType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="PassThroughOperationType">
    <annotation>
        <documentation>A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractSingleOperationType">
            <sequence>
                <element ref="gml:modifiedCoordinate" maxOccurs="unbounded" />
                <element ref="gml:usesOperation" />
            </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)
coordinateOperationName gml:coordinateOperationName (1) (1)
coordinateOperationID gml:coordinateOperationID 0 unbounded
operationVersion gml:operationVersion 0 (1)
validArea gml:validArea 0 (1)
scope gml:scope 0 (1)
_positionalAccuracy gml:_positionalAccuracy 0 (1)
sourceCRS gml:sourceCRS 0 (1)
targetCRS gml:targetCRS 0 (1)
modifiedCoordinate gml:modifiedCoordinate (1) unbounded
usesOperation gml:usesOperation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:PassThroughOperation